llvm-project/llvm/test/Analysis/CostModel
Sam Parker 6bbad7285c [CostModel] Modify BasicTTI getCastInstrCost
Fix the assumption that all bitcasts of the same type sizes are free.
We now only assume that bitcasts between ints and ptrs of the same
size are free. This allows TTImpl to just call the concrete
implementation of getCastInstrCost.

Differential Revision: https://reviews.llvm.org/D78918
2020-05-13 07:26:08 +01:00
..
AArch64 [CostModel] Modify BasicTTI getCastInstrCost 2020-05-13 07:26:08 +01:00
AMDGPU [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
ARM [CostModel] Modify BasicTTI getCastInstrCost 2020-05-13 07:26:08 +01:00
PowerPC [PowerPC] Separate Features that are known to be Power9 specific from Future CPU 2019-11-27 15:40:13 -06:00
RISCV [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
SystemZ [SystemZ] Return scalarized costs for vector instructions on older archs. 2020-02-21 09:17:37 -08:00
X86 [CostModel] Modify BasicTTI getCastInstrCost 2020-05-13 07:26:08 +01:00
no_info.ll