[PATCH] D47194: [AMDGPU] Fixed non-uniform addr64 MUBUF in shader

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 05:54:51 PDT 2018


tpr added inline comments.


================
Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:3666
+  // involves conversion to the addr64 form.
+  // (Checking for a named operand "vaddr" is a way of checking whether the
+  // instruction is already addr64.)
----------------
OK, so that check doesn't actually work. I'll push a revised fix in a bit.


Repository:
  rL LLVM

https://reviews.llvm.org/D47194





More information about the llvm-commits mailing list