This change continues implementation of implicit defs/uses for FP
instructions. It implements the support for binary operations.
Details
Details
- Reviewers
asb Hsiang-Kai craig.topper jrtc27
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94164
[RISCV] Set dependency on floating point CSRs, 2/3 Needs ReviewPublic Authored by sepavloff on Jan 6 2021, 2:41 AM.
Details
Summary This change continues implementation of implicit defs/uses for FP
Diff Detail
Event TimelineHerald added subscribers: frasercrmck, NickHung, evandro and 25 others. · View Herald TranscriptJan 6 2021, 2:41 AM sepavloff added a parent revision: D94163: [RISCV] Set dependency on floating point CSRs, 1/3.Jan 6 2021, 2:42 AM sepavloff added a child revision: D94165: [RISCV] Set dependency on floating point CSRs, 3/3.Jan 6 2021, 2:44 AM
Revision Contents
Diff 326637 llvm/lib/Target/RISCV/RISCVInstrInfoD.td
llvm/lib/Target/RISCV/RISCVInstrInfoF.td
llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
llvm/test/CodeGen/RISCV/double-arith.ll
llvm/test/CodeGen/RISCV/float-arith.ll
llvm/test/CodeGen/RISCV/half-arith.ll
|