[PATCH] D75098: Add TCOPY, a terminator form of the COPY instr
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 12:59:37 PDT 2020
qcolombet added a comment.
> Regardless of what happens to INLINEASM_BR, I think we still need a terminator copy
What for?
The whole concept is bogus to me because if the previous instructions are really terminators (as in they branch to somewhere else), then this copy would never be executed.
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