[PATCH] D137954: Enable roundeven.
Leon Clark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 07:55:20 PST 2022
Leonc added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/roundeven.ll:16
+; GFX6-NEXT: v_cvt_f32_f16_e32 v0, v0
+; GFX6-NEXT: v_trunc_f32_e32 v2, v0
+; GFX6-NEXT: v_bfi_b32 v1, s4, 1.0, v0
----------------
arsenm wrote:
> Does v_trunc_f32 ever raise FP exceptions?
I assume we have tests for that in a different file, but if not I could make a new task to add them.
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