mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
R600: Initialize BooleanVectorContents
Fixes test/CodeGen/R600/setcc.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87cba4a4c1
commit
aa6deab608
@ -93,6 +93,7 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
|
||||
setTargetDAGCombine(ISD::SELECT_CC);
|
||||
|
||||
setBooleanContents(ZeroOrNegativeOneBooleanContent);
|
||||
setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
|
||||
setSchedulingPreference(Sched::VLIW);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user