llvm-project/llvm/test/Analysis/CostModel/AArch64
Nashe Mncube 19601a4c6c [SVE][Analysis]Instruction costs for ops on scalable-vec
The following operations have no associated cost for them
when applied to scalable vectors, and as a consequence
can trigger a crash when a call is made to
AArch64TTIImpl::getCastInstrCost():
- fptrunc
- trunc
- fpext
- fpto(u,s)i

This patch adds costs for these operations and
relevant regression tests.

Differential Revision: https://reviews.llvm.org/D98934
2021-03-29 11:15:50 +01:00
..
abs.ll [AArch64] Add abs intrinsic costs 2021-02-25 09:31:52 +00:00
aggregates.ll [CostModel][AArch64] Remove unused check-prefix 2020-11-10 13:10:11 +00:00
arith-ssat.ll [AArch64] Add vector saturating add intrinsic costs 2021-01-27 10:38:32 +00:00
arith-usat.ll [AArch64] Add vector saturating add intrinsic costs 2021-01-27 10:38:32 +00:00
bswap.ll
cast.ll [BasicTTIImpl] Fix getCastInstrCost for scalable vectors by querying for ElementCount. 2021-02-12 08:28:52 +00:00
cmp.ll [AArch64] Add getCFInstrCost, treat branches as free for throughput. 2020-06-30 20:34:04 +01:00
cost-scalable-vector-gep.ll [llvm][NFC] Disallow all warnings in TypeSize tests 2021-01-06 17:17:07 +00:00
div.ll
div_cte.ll
free-widening-casts.ll
gep.ll
getIntrinsicInstrCost-vector-reverse.ll [CostModel]Add cost model for experimental.vector.reverse 2021-02-15 14:23:57 +00:00
kryo-inseltpoison.ll Precommit analysis/etc tests for inselt poison placeholder 2020-12-24 12:14:24 +09:00
kryo.ll
lit.local.cfg
logicalop.ll [TTI] Consider select form of and/or i1 as having arithmetic cost 2021-03-02 02:18:19 +09:00
mem-op-cost-model.ll [CostModel] Add basic implementation of getGatherScatterOpCost. 2020-11-26 12:02:25 +00:00
min-max.ll [DAG] Legalize umin(x,y) -> sub(x,usubsat(x,y)) and umax(x,y) -> add(x,usubsat(y,x)) iff usubsat is legal 2020-11-27 11:18:58 +00:00
mul.ll [AArch64][CostModel] Fix cost for mul <2 x i64> 2020-11-30 11:36:55 +00:00
neon-stepvector.ll [IR][SVE] Add new llvm.experimental.stepvector intrinsic 2021-03-23 10:43:35 +00:00
reduce-and.ll [Cost]Canonicalize the cost for logical or/and reductions. 2021-03-19 11:01:58 -07:00
reduce-or.ll [Cost]Canonicalize the cost for logical or/and reductions. 2021-03-19 11:01:58 -07:00
scalable-mem-op-cost-model.ll [AArch64]Add memory op cost model for SVE 2020-11-11 12:49:19 +00:00
select.ll [AArch64] Add getCFInstrCost, treat branches as free for throughput. 2020-06-30 20:34:04 +01:00
shuffle-broadcast.ll [AArch64] Add getCFInstrCost, treat branches as free for throughput. 2020-06-30 20:34:04 +01:00
shuffle-select.ll
shuffle-transpose.ll
store.ll [AArch64] Add getCFInstrCost, treat branches as free for throughput. 2020-06-30 20:34:04 +01:00
sve-bitcast.ll [NFC][documentation] clarify comment in test 2020-08-21 14:30:47 -07:00
sve-cmpsel.ll Fix build failure caused by 2e080eb00a 2021-01-22 09:56:53 +00:00
sve-fixed-length.ll [SVE] Add flag to specify SVE register size, using this to calculate legal vector types. 2020-06-18 12:11:16 +00:00
sve-fpext.ll [SVE][Analysis]Instruction costs for ops on scalable-vec 2021-03-29 11:15:50 +01:00
sve-fptoi.ll [SVE][Analysis]Instruction costs for ops on scalable-vec 2021-03-29 11:15:50 +01:00
sve-fptrunc.ll [SVE][Analysis]Instruction costs for ops on scalable-vec 2021-03-29 11:15:50 +01:00
sve-gather.ll [AArch64] NFC: Cleanup some SVE cost-model tests. 2021-03-01 13:26:31 +00:00
sve-intrinsics.ll [CostModel][SVE] Add cost model for shuffle reverse with i1 and scalable vector 2021-03-04 18:52:59 +00:00
sve-math.ll [CostModel] rearrange basic intrinsic cost implementation 2020-10-13 11:52:00 -04:00
sve-scatter.ll [AArch64] NFC: Cleanup some SVE cost-model tests. 2021-03-01 13:26:31 +00:00
sve-shuffle-broadcast.ll [AArch64][SVE]Add cost model for broadcast shuffle 2021-02-03 09:53:22 +00:00
sve-stepvector.ll [IR][SVE] Add new llvm.experimental.stepvector intrinsic 2021-03-23 10:43:35 +00:00
sve-trunc.ll [SVE][Analysis]Instruction costs for ops on scalable-vec 2021-03-29 11:15:50 +01:00
sve-widening-instruction.ll [AArch64] Add check for widening instruction for SVE. 2020-11-16 12:30:08 +00:00
vector-reduce.ll [llvm][mlir] Promote the experimental reduction intrinsics to be first class intrinsics. 2020-10-07 10:36:44 -07:00
vector-select.ll Reland "[TTI] Add VecPred argument to getCmpSelInstrCost." 2020-11-02 15:39:29 +00:00