[PATCH] D152005: [SVE ACLE] Implement IR combines to convert intrinsics used for _m C/C++ builtins

Jolanta Jensen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 09:50:58 PDT 2023


jolanta.jensen created this revision.
jolanta.jensen added reviewers: mgabka, paulwalker-arm.
Herald added subscribers: hiraditya, tschuett.
Herald added a project: All.
jolanta.jensen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements IR combines to convert intrinsics used for _m C/C++ builtins
which take an all active predicate to their equivalent _u intrinsic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152005

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152005.527886.patch
Type: text/x-patch
Size: 141430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/ce909f35/attachment-0001.bin>


More information about the llvm-commits mailing list