[PATCH] D131700: [AArch64] Add pattern for SQDML*Lv1i32_indexed
OverMighty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 12:19:59 PDT 2022
overmighty updated this revision to Diff 452773.
overmighty added a comment.
The `VectorIndexH:$idx` part of the new pattern has been replaced with `(i64 0)` to avoid unwanted matches that would result in incorrect code generation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131700/new/
https://reviews.llvm.org/D131700
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/test/CodeGen/AArch64/arm64-vmul.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131700.452773.patch
Type: text/x-patch
Size: 5215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/f24dfcf4/attachment.bin>
More information about the llvm-commits
mailing list