Try to add instruction scheduling for Zfa extension
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td | ||
---|---|---|
89 | I'd add a new class for FLI. It's not really a move from integer to FP. WriteFMovI32ToF32 is used for moving a GPR to an FPR which is pretty different than FLI. |
Reads are supposed to map to input register operands. There's no input register here.