[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
Mon Apr 26 08:55:05 PDT 2021


bsmith created this revision.
bsmith added reviewers: paulwalker-arm, peterwaller-arm, joechrisellis, dmgreen, CarolineConcatto.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As part of this the ptrue coalescing done in SVEIntrinsicOpts has been
modified to not introduce redundant converts, since the convert removal
will no longer run after that optimisation to clean up.


Repository:
  rG LLVM Github Monorepo

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.340542.patch
Type: text/x-patch
Size: 27051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/1937ad57/attachment.bin>


More information about the llvm-commits mailing list