-Support fli.h with Zvfh+Zfhmin.
-Return false from RISCVDAGToDAGISel::selectFPImm
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
1544 | Good point. It worked less well as a switch before I made it its own function. | |
1550 | I'll add an assert. the caller in this file already checks D is enabled. The two calls in RISCVISelDAGToDAG.cpp only occur if f64 is a legal type which would require D if Zfa is enabled. Zfa is incompatible with Zdinx. |
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
1550 | Ack |
Style: This really should be a switch on VT with a return in each block.