[llvm] [AMDGPU][SILowerSGPRSpills] Correct insertion of IMPLICIT_DEF in cycles (PR #186348)
Chris Jackson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 16:47:47 PDT 2026
================
@@ -35,6 +36,18 @@ using MBBVector = SmallVector<MachineBasicBlock *, 4>;
namespace {
+/// Insertion point for IMPLICIT_DEF: iterator may be MBB::end() and can't be
----------------
chrisjbris wrote:
I prefer struct here to give the members names as opposed to std::pairs .first and .second.
https://github.com/llvm/llvm-project/pull/186348
More information about the llvm-commits
mailing list