[PATCH] D157098: [VectorCombine][NFC][test] Add tests for the 'foldSingleElementStore' transform
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 20:10:17 PDT 2023
benshi001 added inline comments.
================
Comment at: llvm/test/Transforms/VectorCombine/AArch64/load-insert-store.ll:8
+; CHECK-LABEL: define void @load_insert_store_a
+; CHECK-SAME: (ptr [[A:%.*]], i32 [[B:%.*]]) {
+; CHECK-NEXT: entry:
----------------
benshi001 wrote:
> RKSimon wrote:
> > Was this generated by update_test_checks?
> Yes. All checks were auto generated by `update_test_checks`, without any manual modifcation.
I did not see `CHECK-SAME` in other test files, do we have to manually remove them ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157098/new/
https://reviews.llvm.org/D157098
More information about the llvm-commits
mailing list