[PATCH] D150768: [SVE ACLE] Canonicalise SVE merging intrinsics -- part 1

Jolanta Jensen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 06:40:42 PDT 2023


jolanta.jensen added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-fma-binops.ll:199
+
+define <vscale x 2 x double> @no_replace_on_non_ptrue_all_u(<vscale x 2 x double> %a, <vscale x 2 x double> %b) #0 {
+; CHECK-LABEL: @no_replace_on_non_ptrue_all_u
----------------
paulwalker-arm wrote:
> Do you mind moving this negative test so it appears after the three positive ones?
Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150768



More information about the llvm-commits mailing list