[PATCH] D129506: Move instruction predicate verification to emitInstruction
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 03:43:52 PDT 2022
dmgreen added a comment.
Thanks! I think I've got the AArch64 tests all working too, so will adjust that before committing so long as it passes all the tests.
Arm will need more work before it can be enabled, and other targets I am less sure about. A lot of the errors are just benign failures from missing features, but at least some of the Arm failures look like real problems.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129506/new/
https://reviews.llvm.org/D129506
More information about the llvm-commits
mailing list