llvm-6502/test/Analysis/CostModel
Hal Finkel 1aee811d71 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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206150 91177308-0d34-0410-b5e6-96231b3b80d8
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