[PATCH] D72654: [SVE] Add patterns for MUL immediate instruction.
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 02:46:36 PST 2020
c-rhodes added a comment.
@dancgr Thanks for the patch! LGTM other than a minor nit (and Eli's comment).
================
Comment at: llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll:384
+; CHECK-NEXT: ret
+ %elt = insertelement <vscale x 16 x i8> undef, i8 105, i32 0
+ %splat = shufflevector <vscale x 16 x i8> %elt, <vscale x 16 x i8> undef, <vscale x 16 x i32> zeroinitializer
----------------
nit: space (and below)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72654/new/
https://reviews.llvm.org/D72654
More information about the llvm-commits
mailing list