[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
Tue Jun 6 10:01:32 PDT 2023


jolanta.jensen updated this revision to Diff 528915.
jolanta.jensen added a comment.

Review comments addressed.
Corrected a bug where arguments to fused intrinsics were unnecessarily swapped.

Still missing conversions for mul, fmul, add, fadd, sub and fsub to their _u variants.


Repository:
  rG LLVM Github Monorepo

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

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.528915.patch
Type: text/x-patch
Size: 136220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230606/04d1717b/attachment.bin>


More information about the llvm-commits mailing list