llvm-project/llvm/test/Analysis/CostModel
Hal Finkel 56bf297e3a Don't assert in BasicTTI::getMemoryOpCost for non-simple types
BasicTTI::getMemoryOpCost must explicitly check for non-simple types; setting
AllowUnknown=true with TLI->getSimpleValueType is not sufficient because, for
example, non-power-of-two vector types return non-simple EVTs (not MVT::Other).

llvm-svn: 206150
2014-04-14 05:59:09 +00:00
..
ARM When analyzing vectors of element type that require legalization, 2014-03-10 22:59:13 +00:00
ARM64 ARM64: initial backend import 2014-03-29 10:18:08 +00:00
PowerPC Don't assert in BasicTTI::getMemoryOpCost for non-simple types 2014-04-14 05:59:09 +00:00
X86 When analyzing vectors of element type that require legalization, 2014-03-10 22:59:13 +00:00
no_info.ll Make opt grab the triple from the module and use it to initialize the target machine. 2013-01-01 08:00:32 +00:00