Currently, FPSCR is not modeled, so in some early passes (such as early-cse), the read/set intrinsics to FPSCR may get incorrect simplification.
Details
Details
- Reviewers
nemanjai jsji shchenz - Group Reviewers
Restricted Project - Commits
- rGa84118756c73: [PowerPC] Enforce side effects to FPSCR read/set intrinsics
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCInstrInfo.td | ||
---|---|---|
3113 | SETFLM is expanded into MTFSF, why setting MTFSFb only here? How about MTFSFIb, MTFSFI, MTFSF etc? |
SETFLM is expanded into MTFSF, why setting MTFSFb only here?
How about MTFSFIb, MTFSFI, MTFSF etc?