[PATCH] D112556: [MachineVerifier] Live interval for a subreg must have subranges

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 09:29:52 PDT 2021


foad added reviewers: MatzeB, bjope, kparzysz, arsenm, qcolombet.
foad added a comment.
Herald added a subscriber: wdng.

This came up when I was debugging -early-live-intervals failures. I ran into cases where TwoAddressInstruction violates this rule (which was not detected by MachineVerifier), which then causes RegisterCoalescer to either fail assertions, or produce even worse code which does fail machine verification.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112556/new/

https://reviews.llvm.org/D112556



More information about the llvm-commits mailing list