[PATCH] D101167: [AArch64][SVE] Convert svdup(vec, SV_VL1, elm) to insertelement(vec, elm, 0)

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 05:14:14 PDT 2021


bsmith updated this revision to Diff 340487.
bsmith marked 2 inline comments as done.
bsmith added a comment.

- Move triple in test to IR statement rather than command line
- Fix comment typo and lint issues


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101167

Files:
  llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
  llvm/test/CodeGen/AArch64/sve-intrinsic-opts-dup.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101167.340487.patch
Type: text/x-patch
Size: 5191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/915b1963/attachment.bin>


More information about the llvm-commits mailing list