[PATCH] D118918: [nfc][regalloc] const LiveIntervals within the allocator
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 09:23:25 PST 2022
mtrofin added a comment.
sorry it's long (and mostly boring). The only more involved change is in SplitKit, see `getSubRangeForMaskExact`, which is also used when building up LIs. Also made it and getSubRangeForMask static, they weren't member functions.
The rest is `const` sprinkling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118918/new/
https://reviews.llvm.org/D118918
More information about the llvm-commits
mailing list