[PATCH] D104575: AMDGPU: Try to eliminate clearing of high bits of 16-bit instructions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 06:05:32 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp:447
+    // changed to preserving the high bits.
+    return hasZeroHighBits16();
+  case AMDGPU::V_MAD_MIXLO_F16:
----------------
Where is this function defined?


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

https://reviews.llvm.org/D104575



More information about the llvm-commits mailing list