[PATCH] D75098: Add TCOPY, a terminator form of the COPY instr
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 12:19:16 PDT 2020
void added a comment.
In D75098#2170382 <https://reviews.llvm.org/D75098#2170382>, @arsenm wrote:
> What's the status of this? I'm still interested in terminator copies
When we last left our adventurers, there was an issue with live range splitting. In some cases it could emit a spill after terminators, which failed validation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75098/new/
https://reviews.llvm.org/D75098
More information about the llvm-commits
mailing list