[PATCH] D101680: Change the context instruction for computeKnownBits in LoadStoreVectorizer pass

Viacheslav Nikolaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 17:46:16 PDT 2021


wvoquine added inline comments.


================
Comment at: llvm/test/Transforms/LoadStoreVectorizer/X86/vectorize-i8-nested-add.ll:400
+
+define void @ld_v4i8_add_diff_contexts(i32 %ind0, i32 %ind1, i8* %src, <2 x i8>* %dst) {
+; CHECK-LABEL: @ld_v4i8_add_diff_contexts(
----------------
I've realized this should be "v2i8" in the test name.


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

https://reviews.llvm.org/D101680



More information about the llvm-commits mailing list