This change continues implementation of implicit defs/uses for FP
instructions. It implements the support for unary operations.
Details
Details
- Reviewers
asb Hsiang-Kai craig.topper jrtc27
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94165
[RISCV] Set dependency on floating point CSRs, 3/3 Needs ReviewPublic Authored by sepavloff on Jan 6 2021, 2:43 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:43 AM sepavloff added a parent revision: D94164: [RISCV] Set dependency on floating point CSRs, 2/3.Jan 6 2021, 2:44 AM
Revision Contents
Diff 314834 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/double-convert.ll
llvm/test/CodeGen/RISCV/float-arith.ll
llvm/test/CodeGen/RISCV/float-convert.ll
llvm/test/CodeGen/RISCV/half-arith.ll
llvm/test/CodeGen/RISCV/half-convert.ll
|