[PATCH] D62997: [LV] Share the LV illegality reporting with LoopVectorize. NFC.
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 03:11:42 PDT 2019
psamolysov added a comment.
@hsaito The test `no_switch.ll` failed because remarks aren't written now by default, so without `-pass-remarks-analysis`. I've just removed the corresponding check from the test. But, I think, the NFC label from diff/commit should also be removed in this case because the behavior is changed a little bit. No other problems with tests in the `LoopVectorize` directory. If this diff is applied, the entire set of tests passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62997/new/
https://reviews.llvm.org/D62997
More information about the llvm-commits
mailing list