[PATCH] D108869: SplitKit: Remove decade old live interval hack
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 28 07:51:21 PDT 2021
arsenm created this revision.
arsenm added a reviewer: qcolombet.
Herald added subscribers: hiraditya, MatzeB.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
This was trying to fixup broken live intervals coming out of the
coalescer. The verifier is more complete now and no tests seem to fail
without this.
https://reviews.llvm.org/D108869
Files:
llvm/lib/CodeGen/RegAllocGreedy.cpp
llvm/lib/CodeGen/SplitKit.cpp
llvm/lib/CodeGen/SplitKit.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108869.369261.patch
Type: text/x-patch
Size: 4759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210828/82fbbbf3/attachment.bin>
More information about the llvm-commits
mailing list