[NVPTX] Add missing boolean vector contents flag
llvm-svn: 211937
This commit is contained in:
		
							parent
							
								
									360a5cfcd3
								
							
						
					
					
						commit
						d7d8fe0e9c
					
				| 
						 | 
					@ -111,6 +111,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(NVPTXTargetMachine &TM)
 | 
				
			||||||
  MaxStoresPerMemmove = (unsigned) 0xFFFFFFFF;
 | 
					  MaxStoresPerMemmove = (unsigned) 0xFFFFFFFF;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  setBooleanContents(ZeroOrNegativeOneBooleanContent);
 | 
					  setBooleanContents(ZeroOrNegativeOneBooleanContent);
 | 
				
			||||||
 | 
					  setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Jump is Expensive. Don't create extra control flow for 'and', 'or'
 | 
					  // Jump is Expensive. Don't create extra control flow for 'and', 'or'
 | 
				
			||||||
  // condition branches.
 | 
					  // condition branches.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue