llvm-project/llvm/test/Analysis/CostModel/PowerPC
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
..
ext.ll [PowerPC] Adjust load/store costs in PPCTTI 2014-04-04 23:51:18 +00:00
insert_extract.ll [PowerPC] Adjust load/store costs in PPCTTI 2014-04-04 23:51:18 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
load_store.ll Don't assert in BasicTTI::getMemoryOpCost for non-simple types 2014-04-14 05:59:09 +00:00