[PATCH] D101302: [AArch64][SVE] Move convert.{from,to}.svbool optimization into InstCombine

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 03:53:00 PDT 2021


bsmith updated this revision to Diff 341133.
bsmith marked 7 inline comments as done.
bsmith added a comment.

- Remove redundant code
- Satisfy 'auto' lint complaint
- Clarify comment about phis
- Add missing attributes to functions in test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101302

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
  llvm/test/CodeGen/AArch64/sve-coalesce-ptrue-intrinsics.ll
  llvm/test/CodeGen/AArch64/sve-intrinsic-opts-reinterpret.ll
  llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-reinterpret.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101302.341133.patch
Type: text/x-patch
Size: 28172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/13b236e1/attachment.bin>


More information about the llvm-commits mailing list