[PATCH] D124284: [SLP]Try partial store vectorization if supported by target.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 05:23:26 PDT 2022
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/GVN/no_speculative_loads_with_asan.ll:53
; CHECK-LABEL: @TestAsan
-; CHECK-NOT: %[[LOAD:[^ ]+]] = load i32
-; CHECK: {{.*}} = phi
+; CHECK: ret i32 0
----------------
RKSimon wrote:
> its weird that none of tests actually CHECK-NOT for loads any more - given its the name of the test file :-|
I can keep CHECK-NOT, if needed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124284/new/
https://reviews.llvm.org/D124284
More information about the llvm-commits
mailing list