The patch disables strict node mutation by setting IsStrictFPEnabled to true.
It also fixes wrong lowering action of strict_fsetcc(s).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149320
[RISCV] Disable strict node mutation and use correct lowering action of strict_fsetcc(s). ClosedPublic Authored by fakepaper56 on Apr 27 2023, 12:53 AM.
Details Summary The patch disables strict node mutation by setting IsStrictFPEnabled to true.
Diff Detail
Event Timelinefakepaper56 retitled this revision from [RISCV] Disable mutating strict-fp to fp and use correct lowering action of strict_fsetcc(s). to [RISCV] Disable strict node mutation and use correct lowering action of strict_fsetcc(s)..Apr 27 2023, 12:56 AM This revision is now accepted and ready to land.Apr 28 2023, 4:55 PM Closed by commit rG74e931849e5d: [RISCV] Disable strict node mutation and use correct lowering action of… (authored by fakepaper56). · Explain WhyApr 28 2023, 8:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 518126 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|