llvm-project/llvm/test/Analysis/CostModel
Caroline Concatto f2b749be15 [CostModel][SVE] Add cost model for shuffle reverse with i1 and scalable vector
This patch adds the cost model for experimental.vector.reverse
with scalable vector types: nxv16i1, nxv8i1, nxv4i1 and nxv2i1.
These types are missing from the previous cost model patch D95603.

The cost model for experimental.vector.reverse with 1 bit mask is used by
loop vectorization in the patch D95363

Differential Revision: https://reviews.llvm.org/D97758
2021-03-04 18:52:59 +00:00
..
AArch64 [CostModel][SVE] Add cost model for shuffle reverse with i1 and scalable vector 2021-03-04 18:52:59 +00:00
AMDGPU [Cost]Add tests for boolean and/or reductions, NFC. 2021-03-03 12:34:30 -08:00
ARM [Cost]Add tests for boolean and/or reductions, NFC. 2021-03-03 12:34:30 -08:00
PowerPC [Cost]Add tests for boolean and/or reductions, NFC. 2021-03-03 12:34:30 -08:00
RISCV [Cost]Add tests for boolean and/or reductions, NFC. 2021-03-03 12:34:30 -08:00
SystemZ [Cost]Add tests for boolean and/or reductions, NFC. 2021-03-03 12:34:30 -08:00
X86 [TTI] Consider select form of and/or i1 as having arithmetic cost 2021-03-02 02:18:19 +09:00
free-intrinsics-datalayout.ll [noalias.decl] Look through llvm.experimental.noalias.scope.decl 2021-01-19 20:09:42 +01:00
free-intrinsics-no_info.ll [noalias.decl] Look through llvm.experimental.noalias.scope.decl 2021-01-19 20:09:42 +01:00
no_info.ll