[PATCH] D131964: [AArch64] Add support to loop vectorization for non temporal loads

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 02:54:29 PDT 2022


dmgreen added a comment.

This sounds good to me if Florian has not further comments.



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/nontemporal-load-store.ll:283
 ; CHECK-LABEL: @test_load_i8(
-; CHECK-NOT:   vector.body:
+; CHECK:   vector.body:
 ; CHECk: ret i8 %{{.*}}
----------------
Is it worth adding a quick check line for the code that is produced? `; CHECK: = load <16 x i8>, <16 x i8>* {{.*}}, align 1, !nontemporal !0` so that the new load is tested.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131964/new/

https://reviews.llvm.org/D131964



More information about the llvm-commits mailing list