llvm-project/llvm/test/Analysis/CostModel
dfukalov 4ccc38813e [AMDGPU][CostModel] Add f16, f64 and contract cases to fused costs estimation.
Add cases of fused fmul+fadd/fsub with f16 and f64 operands to cost model.
Also added operations with contract attribute.

Fixed line endings in test.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D84995
2020-08-06 21:43:27 +03:00
..
AArch64 [SVE] Fix implicit TypeSize->uint64_t conversion getCastInstrCost 2020-07-14 08:16:31 +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] Implement getCFInstrCost 2020-08-05 12:44:51 +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 [CostModel] getCFInstrCost in getUserCost. 2020-06-15 09:28:46 +01:00
X86 [CostModel][X86] Add SSE costs for SMAX/SMIN/UMAX/UMIN intrinsics 2020-07-29 15:55:43 +01: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