[PATCH] D101820: [AArch64][SVE] Extend svdup->insertelement instcombine pattern to support ...

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 03:19:45 PDT 2021


peterwaller-arm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-dup.ll:172
+
+define <vscale x 16 x i8> @dup_insertelement_multiple_users(<vscale x 16 x i8> %v, i8 %a, i8 %b) #0 {
+; CHECK-LABEL: @dup_insertelement_multiple_users(
----------------
Where are the multiple users?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101820



More information about the llvm-commits mailing list