[PATCH] D61112: AMDGPU: Enable _Float16

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 06:14:57 PST 2021


arsenm added inline comments.


================
Comment at: test/CodeGenCXX/amdgpu-float16.cpp:7
+  _Float16 x, y, z;
+  // CHECK: v_add_f16_e64
+  // NOF16: v_add_f32_e64
----------------
I thought clang tests were supposed to stop at the IR


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61112/new/

https://reviews.llvm.org/D61112



More information about the cfe-commits mailing list