[PATCH] D83779: [SLP] Fix order of `insertelement`/`insertvalue` seed operands

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 10:03:04 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll:428-431
+; CHECK-NEXT:    [[TMP1:%.*]] = insertelement <8 x i32> undef, i32 [[AB1]], i32 1
+; CHECK-NEXT:    [[TMP2:%.*]] = insertelement <8 x i32> [[TMP1]], i32 [[AB2]], i32 2
+; CHECK-NEXT:    [[R4:%.*]] = insertelement <8 x i32> [[TMP2]], i32 [[AB3]], i32 3
+; CHECK-NEXT:    [[R5:%.*]] = insertelement <8 x i32> [[R4]], i32 [[AB5]], i32 5
----------------
ABataev wrote:
> This change also does not look like caused by the patch
Should be fixed in rG3b93464dcf2f4bcaa4a8fe3d888fee027aa2100b


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83779



More information about the llvm-commits mailing list