Add lowering of FMAXIMUM and FMINIMUM ISD nodes for both scalable and fixed SVE types
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98348
[AArch64][SVE] Add fixed/scalable lowering of FMAXIMUM/FMINIMUM ISD nodes ClosedPublic Authored by bsmith on Mar 10 2021, 6:55 AM.
Details Summary Add lowering of FMAXIMUM and FMINIMUM ISD nodes for both scalable and fixed SVE types
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2021, 8:32 AM Closed by commit rG860ae9d50c92: [AArch64][SVE] Add fixed/scalable lowering of FMAXIMUM/FMINIMUM ISD nodes (authored by bsmith). · Explain WhyMar 11 2021, 5:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329653 llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-minmax.ll
llvm/test/CodeGen/AArch64/sve-fp.ll
|