Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td | ||
---|---|---|
89 | Does anyone know why we have different classes for FMADD and FMSUB? It doesn't seem like they are likely to be different. |
llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td | ||
---|---|---|
89 | I agree. We should combine them into something like WriteFMulAddSub. |
Comment Actions
We could have another patch to simplify WriteFMulSubxx and WriteFMulAddxx. This patch is LGTM.
Does anyone know why we have different classes for FMADD and FMSUB? It doesn't seem like they are likely to be different.