[PATCH] D124284: [SLP]Try partial store vectorization if supported by target.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 05:36:16 PDT 2022


RKSimon 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
 
----------------
ABataev wrote:
> 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
Either that or we move to auto-generating the test file checks - I have no strong preference


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