[PATCH] D130367: [AMDGPU] avoid blind converting to VALU REG_SEQUENCE and PHIs

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 10:59:30 PDT 2022


rampitec added a comment.

Overall test code changes look either positive or neutral to me.



================
Comment at: llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp:975
+          }
+        if (J == I)
+          continue;
----------------
Indention is off?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130367



More information about the llvm-commits mailing list