[PATCH] D96700: [llvm][Aarch64][SVE] Remove extra fmov instruction with certain literals
David Truby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 05:30:54 PST 2021
DavidTruby updated this revision to Diff 323722.
DavidTruby added a comment.
Added equivalent f64 patterns
The f64 case is similar enough that adding those patterns here is fine; f16 seems to take
a different codepath and generate very different code, so I'd rather change that separately
when it comes up (if it proves necessary).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96700/new/
https://reviews.llvm.org/D96700
Files:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-intrinsics-dup-x.ll
llvm/test/CodeGen/AArch64/sve-vector-splat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96700.323722.patch
Type: text/x-patch
Size: 5176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/6756cac7/attachment.bin>
More information about the llvm-commits
mailing list