[llvm] [RegisterCoalescer] Prune live range of early-clobber from live-in (PR #157628)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 19:02:47 PDT 2025
================
@@ -665,7 +665,10 @@ void LiveIntervals::extendToIndices(LiveRange &LR,
void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill,
SmallVectorImpl<SlotIndex> *EndPoints) {
LiveQueryResult LRQ = LR.Query(Kill);
- VNInfo *VNI = LRQ.valueOutOrDead();
+ // LR may have liveness reachable from early clobber killer, which may be
----------------
arsenm wrote:
Killer?
https://github.com/llvm/llvm-project/pull/157628
More information about the llvm-commits
mailing list