[PATCH] D68267: [MBB LiveIn lists, MachineVerifier, SystemZ] New method isLiveOut() and mverifier improvement.
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 03:48:25 PST 2019
uweigand added a comment.
In D68267#1732142 <https://reviews.llvm.org/D68267#1732142>, @jonpa wrote:
> @uweigand : Does the SystemZ backend change look OK?
In principle, yes -- however, it seems to be an unrelated change, so it should probably be a separate commit. Also, I don't see why we need a global LivePhysReg variable here, this should really be local to processBlock.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68267/new/
https://reviews.llvm.org/D68267
More information about the llvm-commits
mailing list