[all-commits] [llvm/llvm-project] ecb07f: [SVE ACLE] Implement IR combines to convert intrin...
JolantaJensen via All-commits
all-commits at lists.llvm.org
Wed Jun 21 03:35:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecb07f481be9bf0399c279a3b3f9db01bc4e48bd
https://github.com/llvm/llvm-project/commit/ecb07f481be9bf0399c279a3b3f9db01bc4e48bd
Author: Jolanta Jensen <Jolanta.Jensen at arm.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-strictfp.ll
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsics-combine-to-u-forms.ll
Log Message:
-----------
[SVE ACLE] Implement IR combines to convert intrinsics used for _m C/C++ builtins
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.
Differential Revision: https://reviews.llvm.org/D152005
More information about the All-commits
mailing list