[PATCH] D78586: [MachineVerifier] Add more checks for registers in live-in lists.
Zhang Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 11:26:17 PDT 2020
ZhangKang added a comment.
I have create https://reviews.llvm.org/D78657 for PowerPC `ppc-expand-isel` pass, and I have use your patch to test D78657 <https://reviews.llvm.org/D78657>.
Before using D78657 <https://reviews.llvm.org/D78657>, there are 57 PowerPC cases failed, after using D78657 <https://reviews.llvm.org/D78657>,, 49 cases can pass, and the left 8 cases should be the cases issue.
Your patch is very useful to check the pass and can find the cases issue conveniently.
For powerpc, I think `machine-verifier-strict-livein` can enable soon.
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