Adds intrinsics for the following:
- fabd, fadd, fsub & fsubr
- fmul, fmulx, fdiv & fdivr
- fmax, fmaxnm, fmin & fminnm
- fscale & ftsmul
Paths
| Differential D69657
[AArch64][SVE] Implement several floating-point arithmetic intrinsics ClosedPublic Authored by kmclaughlin on Oct 31 2019, 3:23 AM.
Details Summary Adds intrinsics for the following:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 31 2019, 4:41 AM Closed by commit rG5ec34dfdf733: [AArch64][SVE] Implement several floating-point arithmetic intrinsics (authored by kmclaughlin). · Explain WhyNov 1 2019, 3:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 227414 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith.ll
|