[all-commits] [llvm/llvm-project] 6a3ab6: [RISCV] Update comment text from D95774. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Feb 1 09:53:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a3ab66625cf1d440e66d9f438f05ee5ed040672
https://github.com/llvm/llvm-project/commit/6a3ab66625cf1d440e66d9f438f05ee5ed040672
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[RISCV] Update comment text from D95774. NFC
Commit: 72b31ad4b8c1463dcdfed636be0abb8e9050c16f
https://github.com/llvm/llvm-project/commit/72b31ad4b8c1463dcdfed636be0abb8e9050c16f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
A llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
Log Message:
-----------
[RISCV] Add scalable vector support for floating point FMA instructions
A follow up patch will add support for commuting operands or
changing opcode to vfmacc and friends.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D95662
Compare: https://github.com/llvm/llvm-project/compare/4809663334ab...72b31ad4b8c1
More information about the All-commits
mailing list