[PATCH] D78586: [MachineVerifier] Add more checks for registers in live-in lists.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 07:29:36 PDT 2020
jonpa added a comment.
The SystemZ test case seem to contain some bad kill flags - I will fix it shortly.
I wonder why it is now enough to only have one alias of a register live out from each predecessor. I would have expected that if not the same register is live out, then a super register or all of its sub-registers must be live out. As this patch looks now, there could be a subreg missing... Perhaps at least add a comment mentioning this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78586/new/
https://reviews.llvm.org/D78586
More information about the llvm-commits
mailing list