[PATCH] D51932: [AMDGPU] Fix-up cases where writelane has 2 SGPR operands

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 01:36:01 PDT 2018


dstuttard added inline comments.


================
Comment at: lib/Target/AMDGPU/SIFixSGPRCopies.cpp:751
+        }
+      }
       }
----------------
rampitec wrote:
> missing break.
Doh


Repository:
  rL LLVM

https://reviews.llvm.org/D51932





More information about the llvm-commits mailing list