[PATCH] D111065: [LiveIntervals] Fix verification of early-clobbered segments
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 09:35:53 PDT 2021
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
Yes, before the `TwoAddressInstructionass` the code is in SSA form which means the def must use a different register than the use of the tied op. This makes sense to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111065/new/
https://reviews.llvm.org/D111065
More information about the llvm-commits
mailing list