[PATCH] D124016: [InstCombine] Pre-commit test for D124015

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 10:32:52 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/bitcast.ll:436
+; The bitcast from vector is confusing it.
+define <2 x i64> @int2vec_insertion_bitcast_from_vec(i64 %x) {
+; CHECK-LABEL: @int2vec_insertion_bitcast_from_vec(
----------------
test4, test5, and test6 also test OptimizeIntegerToVectorInsertions which is why I put the test here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124016



More information about the llvm-commits mailing list