[PATCH] D42886: [GlobalISel][AArch64] Adding -disable-legality-check CL option
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 10:32:14 PST 2018
rtereshin added a comment.
BTW, the list of the tests that would fail the legality check, but select just fine is actually about 20-25% longer, but I can't add them as they all contain intrinsic calls and https://reviews.llvm.org/D43267 blocks them. Technically, I could add a dot or something to every intrinsic's name to "fix" it, but this is not the way MIR is printed and I'd rather wait on MIRParser fix to get in.
Repository:
rL LLVM
https://reviews.llvm.org/D42886
More information about the llvm-commits
mailing list