[all-commits] [llvm/llvm-project] 3bd77c: [AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic
david-arm via All-commits
all-commits at lists.llvm.org
Mon Jan 23 04:36:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bd77c2dc89358b9c023b21af9d22c25c2b7d9e1
https://github.com/llvm/llvm-project/commit/3bd77c2dc89358b9c023b21af9d22c25c2b7d9e1
Author: David Sherwood <david.sherwood at arm.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-fclamp.ll
Log Message:
-----------
[AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic
Adds an intrinsic for the following instruction:
* fclamp
Differential Revision: https://reviews.llvm.org/D141942
More information about the All-commits
mailing list