[PATCH] D111065: [LiveIntervals] Fix verification of early-clobbered segments

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 08:42:11 PDT 2021


foad added reviewers: MatzeB, stoklund, qcolombet.
foad added a comment.

I assume it is correct, that we want to tweak the rules enforced by the verifier before and after tied ops are rewritten? The alternative is that we actually modify the end points of the live segments, so that they only end at an early-clobber slot after tied ops have been rewritten, but that seems needlessly invasive.


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