[PATCH] D47782: AMDGPU: Custom lower v2f16 fneg/fabs with illegal f16

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 09:11:26 PDT 2018


rampitec added inline comments.


================
Comment at: test/CodeGen/AMDGPU/fabs.f16.ll:107
 ; CI: v_cvt_f32_f16_e32
-; CI: v_mul_f32_e64 v{{[0-9]+}}, |v{{[0-9]+}}|, v{{[0-9]+}}
+; CI: v_mul_f32_e32 v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}}
 ; CI: v_cvt_f16_f32
----------------
Are there a lot of regressions like this?
Any plans to address these?


https://reviews.llvm.org/D47782





More information about the llvm-commits mailing list