llvm-project/llvm/test/Analysis/CostModel
Jonas Paulsson 370a8c8025 [SystemZ] Make sure not to call getZExtValue on a >64 bit constant.
Better use isZero() and isIntN() in SystemZTargetTransformInfo rather than
calling getZExtValue() since the immediate operand may be wider than 64 bits,
which is not allowed with getZExtValue().

Fixes https://bugs.llvm.org/show_bug.cgi?id=47600

Review: Simon Pilgrim
2020-09-23 15:36:32 +02:00
..
AArch64 [SVE] Fix TypeSize related warnings with IR truncates of scalable vectors 2020-08-25 09:17:56 +01:00
AMDGPU [AMDGPU][CostModel] Add f16, f64 and contract cases to fused costs estimation. 2020-08-06 21:43:27 +03:00
ARM [ARM][CostModel] CodeSize costs for i1 arith ops 2020-09-07 09:27:18 +01:00
PowerPC Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" 2020-07-28 14:00:11 +00:00
RISCV [CostModel] getCFInstrCost in getUserCost. 2020-06-15 09:28:46 +01:00
SystemZ [SystemZ] Make sure not to call getZExtValue on a >64 bit constant. 2020-09-23 15:36:32 +02:00
X86 [CostModel][X86] add CostModel for SK_Select(v8f64, v8i64, v16f32, v16i32, v32i16, v64i8) 2020-09-23 10:29:10 +08:00
free-intrinsics-datalayout.ll [CostModel] Check for free intrinsics in BasicTTI 2020-05-26 08:37:13 +01:00
free-intrinsics-no_info.ll [CostModel] Check for free intrinsics in BasicTTI 2020-05-26 08:37:13 +01:00
no_info.ll