llvm-project/llvm/test/Analysis/CostModel/AMDGPU
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
..
add-sub.ll [AMDGPU] Tweak getTypeLegalizationCost() 2020-07-06 14:07:48 -07:00
addrspacecast.ll
bit-ops.ll [AMDGPU] Fixed cost model for packed 16 bit ops 2019-12-17 15:14:17 -08:00
br.ll
extractelement.ll
fabs.ll
fadd.ll [AMDGPU] Fixed cost model for packed 16 bit ops 2019-12-17 15:14:17 -08:00
fdiv.ll AMDGPU: Remove denormal subtarget features 2020-04-02 17:17:12 -04:00
fma.ll [AMDGPU] Implemented fma cost analysis 2019-12-18 23:54:20 -08:00
fmul.ll [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
fneg.ll [AMDGPU][CostModel] Add fneg cost estimation 2020-06-19 17:31:35 +03:00
fsub.ll [AMDGPU] Fixed cost model for packed 16 bit ops 2019-12-17 15:14:17 -08:00
fused_costs.ll [AMDGPU][CostModel] Add f16, f64 and contract cases to fused costs estimation. 2020-08-06 21:43:27 +03:00
insertelement.ll
lit.local.cfg
mul.ll [AMDGPU] Tweak getTypeLegalizationCost() 2020-07-06 14:07:48 -07:00
shifts.ll [AMDGPU] Fixed cost model for packed 16 bit ops 2019-12-17 15:14:17 -08:00
shufflevector.ll