Adds an intrinsic for the following instruction:
- fclamp
Paths
| Differential D141942
[AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic ClosedPublic Authored by david-arm on Jan 17 2023, 8:31 AM.
Details Summary Adds an intrinsic for the following instruction:
Diff Detail Event Timeline
This revision is now accepted and ready to land.Jan 23 2023, 3:36 AM Closed by commit rG3bd77c2dc893: [AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic (authored by david-arm). · Explain WhyJan 23 2023, 4:36 AM This revision was automatically updated to reflect the committed changes. david-arm marked an inline comment as done.
Revision Contents
Diff 491284 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve2p1-intrinsics-fclamp.ll
|
I think this should be f16? Similarly, the tests below use i32 and i64 in the names.