[PATCH] D131246: [AMDGPU] SIFixSGPRCopies refactoring
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 05:41:03 PDT 2022
vpykhtin added a comment.
This change isn't looking as refactoring, would be nice to reflect behavior change in the description.
================
Comment at: llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp:584
auto &Defs = Init.second;
- for (auto *MI : Defs) {
+ for (auto MI : Defs) {
auto MBB = MI->getParent();
----------------
looks like accidental * removal
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131246/new/
https://reviews.llvm.org/D131246
More information about the llvm-commits
mailing list