[llvm] [WIP][AMDGPU] Fix emitting illegal COPY (PR #131752)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 11:18:07 PDT 2025


================
@@ -899,6 +899,55 @@ bool SIFixSGPRCopies::lowerSpecialCase(MachineInstr &MI,
                                       MI, MI.getDebugLoc())) {
       I = std::next(I);
       MI.eraseFromParent();
+    } else {
+      // At this point, if we still have a VGPR → SGPR copy, it is completely
----------------
shiltian wrote:

Not a good idea to use `→` in the comment. `->` is preferred.

https://github.com/llvm/llvm-project/pull/131752


More information about the llvm-commits mailing list