FRM dependency will be added in a future patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I gather from this patch that the only operations that don't have mayRaiseFPException=1 are:
- fclass.*
- fsgnj.*
- fsgnjn.*
- fsgnjx.*
All the above are explicitly documented as not setting FP exception flags in the RISC-V ISA manual.
Should the fmv instruction also have mayRaiseFPException=0?