Adds intrinsics for the following:
- ftssel
- fcadd, fcmla
- fmla, fmls, fnmla, fnmls
- fmad, fmsb, fnmad, fnmsb
Paths
| Differential D69707
[AArch64][SVE] Implement additional floating-point arithmetic intrinsics ClosedPublic Authored by kmclaughlin on Nov 1 2019, 5:09 AM.
Details Summary Adds intrinsics for the following:
Diff Detail
Event TimelineComment Actions
Comment Actions
This revision is now accepted and ready to land.Nov 14 2019, 3:03 AM Closed by commit rGf7848fd8f7b5: [AArch64][SVE] Implement additional floating-point arithmetic intrinsics (authored by kmclaughlin). · Explain WhyNov 14 2019, 3:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 229263 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith.ll
|
should the target constant not be MVT::i32 here?