Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47712
[AArch64][SVE] Asm: Support for FADD, FMUL and FMAX immediate instructions. ClosedPublic Authored by sdesmalen on Jun 4 2018, 6:21 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 5 2018, 5:30 AM Closed by commit rL334831: [AArch64][SVE] Asm: Support for FADD, FMUL and FMAX immediate instructions. (authored by s.desmalen). · Explain WhyJun 15 2018, 7:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151504 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE/fadd-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE/fadd.s
llvm/trunk/test/MC/AArch64/SVE/fmax-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE/fmax.s
llvm/trunk/test/MC/AArch64/SVE/fmul-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE/fmul.s
|