[all-commits] [llvm/llvm-project] 98f59b: [RISCV] Teach doPeepholeMaskedRVV to handle FMA in...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri May 12 23:36:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98f59b2f5bc0654ba2936931f7ff837ae1d07acc
https://github.com/llvm/llvm-project/commit/98f59b2f5bc0654ba2936931f7ff837ae1d07acc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Teach doPeepholeMaskedRVV to handle FMA instructions.
This lets us remove some isel patterns.
Reviewed By: fakepaper56
Differential Revision: https://reviews.llvm.org/D150463
More information about the All-commits
mailing list