[PATCH] D149240: [InstCombine] Combine const GEP chains

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 00:08:57 PDT 2023


nikic added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll:454
-; INTER-NEXT:    [[TMP5:%.*]] = getelementptr inbounds i8, ptr [[TMP4]], i64 3
-; INTER-NEXT:    [[TMP6:%.*]] = getelementptr inbounds i8, ptr [[TMP5]], i64 -3
-; INTER-NEXT:    [[WIDE_VEC:%.*]] = load <32 x i8>, ptr [[TMP6]], align 1
----------------
Would it be enough to only update these two lines in this test, rather than delete the whole block?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149240



More information about the llvm-commits mailing list