The following intrinsics for unary narrowing operations are added:
- @llvm.aarch64.sve.sqxtnb
- @llvm.aarch64.sve.uqxtnb
- @llvm.aarch64.sve.sqxtunb
- @llvm.aarch64.sve.sqxtnt
- @llvm.aarch64.sve.uqxtnt
- @llvm.aarch64.sve.sqxtunt
Paths
| Differential D71270
[AArch64][SVE2] Add intrinsics for unary narrowing operations ClosedPublic Authored by andwar on Dec 10 2019, 6:55 AM.
Details Summary The following intrinsics for unary narrowing operations are added:
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, hiraditya, kristof.beyls, tschuett. · View Herald Transcript This revision is now accepted and ready to land.Dec 10 2019, 3:33 PM Closed by commit rGa75463c47172: Add intrinsics for unary narrowing operations (authored by awarzynski). · Explain WhyDec 11 2019, 11:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 233416 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve2-intrinsics-unary-narrowing.ll
|