[PATCH] D72654: [SVE] Add patterns for MUL immediate instruction.
Danilo Carvalho Grael via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 12:02:43 PST 2020
dancgr marked an inline comment as done.
dancgr added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-neg-int-arith-imm-2.ll:1
+; RUN: not llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s
+
----------------
efriedma wrote:
> "not llc"? Do we not have a pattern for a general SVE vector multiply yet? In that case, I guess this is fine for now. But please add a note explaining that.
>
> We should probably prioritize adding those patterns.
Agreed. I will do those patterns next and then update these tests on my next patch.
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