mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
[NVPTX] Add missing boolean vector contents flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
863b0d45a5
commit
3fb44103eb
@ -111,6 +111,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(NVPTXTargetMachine &TM)
|
||||
MaxStoresPerMemmove = (unsigned) 0xFFFFFFFF;
|
||||
|
||||
setBooleanContents(ZeroOrNegativeOneBooleanContent);
|
||||
setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
|
||||
|
||||
// Jump is Expensive. Don't create extra control flow for 'and', 'or'
|
||||
// condition branches.
|
||||
|
Loading…
Reference in New Issue
Block a user