[PATCH] D116730: [AArch64][SVE] Remove Redundant aarch64.sve.convert.to.svbool

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 6 02:21:32 PST 2022


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

Generated code resulted in redundant aarch64.sve.convert.to.svbool
calls for AArch64 Binary Operations. Narrow the more precise operands
instead of widening the less precise operands


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116730

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-to-svbool-binops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116730.397821.patch
Type: text/x-patch
Size: 5612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220106/93be575e/attachment.bin>


More information about the llvm-commits mailing list