Files
clang-p2996/llvm/test/Transforms/AggressiveInstCombine
David Green 6907ab4939 [AArch64] Extend costs for fptoi.sat intrinsics.
Most of these bring the costs in line with the code generation. The f16 costs
without FullFP16 are usually converted to f32. Extended v2f32->v2f64 vectors
similarly use fcvtl + fcvt. As a backup we use the costs similar to the target
independent code, which should give a relatively high cost.
2024-07-28 10:47:40 +01:00
..