[PATCH] D137954: Enable roundeven.
Brendon Cahoon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 09:02:34 PST 2022
bcahoon added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/roundeven.ll:479
+; SDAG_GFX6-NEXT: v_cvt_f32_f16_e32 v0, v0
+; SDAG_GFX6-NEXT: v_cvt_f32_f16_e32 v1, v1
+; SDAG_GFX6-NEXT: v_rndne_f32_e32 v0, v0
----------------
It looks like arguments are converted from f32->f16->f32. Is that correct/efficient?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137954/new/
https://reviews.llvm.org/D137954
More information about the llvm-commits
mailing list