[PATCH] D107853: [NFC][AVR] Remove unused isMachineVerifierClean()
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 6 05:33:57 PST 2022
aykevl added a reviewer: aykevl.
aykevl added a comment.
I actually made several patches to the AVR backend to make it machine verifier clean, so it was certainly not incorrectly disabled. Here are the patches: D96969 <https://reviews.llvm.org/D96969>, D96969 <https://reviews.llvm.org/D96969>, D97127 <https://reviews.llvm.org/D97127>, D97172 <https://reviews.llvm.org/D97172>, D97131 <https://reviews.llvm.org/D97131>, D97159 <https://reviews.llvm.org/D97159>. This did in fact find a few actual bugs, so I'm very happy with the work on the machine verifier!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107853/new/
https://reviews.llvm.org/D107853
More information about the llvm-commits
mailing list