[PATCH] D148806: [SLP]Fix the cost for the extractelements, used in several nodes.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 08:15:32 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/blending-shuffle-inseltpoison.ll:12
+; CHECK-NEXT:    [[INS2:%.*]] = insertelement <2 x i8> [[INS1]], i8 [[Y1Y1]], i64 1
+; CHECK-NEXT:    ret <2 x i8> [[INS2]]
 ;
----------------
This doesn't look faster imo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148806



More information about the llvm-commits mailing list