[PATCH] D81849: [clang][amdgpu] Prefer not using `fp16` conversion intrinsics.
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 15 11:31:46 PDT 2020
arsenm added inline comments.
================
Comment at: clang/test/CodeGenHIP/half.hip:6
+
+// CHECK-LABEL: @_Z2d0DF16_
+// CHECK: fpext
----------------
Making sure the argument type is "half" wouldn't hurt either
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81849/new/
https://reviews.llvm.org/D81849
More information about the cfe-commits
mailing list