[PATCH] D150774: [AMDGPU] Simplify scavenging in indirectCopyToAGPR
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 06:24:46 PDT 2023
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:7925
+ ? Register(RI.getVCC())
+ : RS.scavengeRegister(RI.getBoolRC(), I, 0, /* AllowSpill */ false);
----------------
This hunk is just reformatting to add the "AllowSpill" comment for consistency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150774/new/
https://reviews.llvm.org/D150774
More information about the llvm-commits
mailing list