[PATCH] D139601: [LoopVectorize] Clear cache of `LoopAccessInfoManager`
Miguel Saldivar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 20:04:33 PST 2023
Saldivarcher added a comment.
================
Comment at: llvm/test/Transforms/LoopVectorize/pr59319.ll:9
+; CHECK-LABEL: @reduced(
+entry:
+ br label %loop.1
----------------
> check the full IR?
The resulting IR is pretty long, around ~150 lines. I think it might be a bit exhaustive to check the full resulting IR, is there something else I should check?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139601/new/
https://reviews.llvm.org/D139601
More information about the llvm-commits
mailing list