| - 
 
 test/CodeGen/RISCV/rvv-intrinsics-autogenerated/- 
 
 rvv-intrinsics-autogenerated/3/3 
 
 RISCVInstrInfoVPseudos.td- 
 
 RISCVInstrInfoVSDPatterns.td- 
 
 RISCVInstrInfoVVLPatterns.td- 
 
 fceil-constrained-sdnode.ll- 
 
 ffloor-constrained-sdnode.ll- 
 
 fixed-vectors-ceil-vp.ll- 
 
 fixed-vectors-fceil-constrained-sdnode.ll- 
 
 fixed-vectors-ffloor-constrained-sdnode.ll- 
 
 fixed-vectors-floor-vp.ll- 
 
 fixed-vectors-fround-costrained-sdnode.ll- 
 
 fixed-vectors-froundeven-constrained-sdnode.ll- 
 
 fixed-vectors-froundeven.ll- 
 
 fixed-vectors-round-vp.ll- 
 
 fixed-vectors-roundeven-vp.ll- 
 
 fixed-vectors-roundtozero-vp.ll- 
 
 fround-costrained-sdnode.ll- 
 
 froundeven-constrained-sdnode.ll
 |  | Authored by eopXD  on Jul 6 2023, 11:02 AM.Event TimelineeopXD created this revision.Herald added a project: Restricted Project . eopXD requested review of this revision.Herald added projects: Restricted Project , Restricted Project . eopXD retitled this revision from [RISCV] Add rounding mode control variant for conversion intrinsics between floating-point and integer  to [7/8][RISCV] Add rounding mode control variant for conversion intrinsics between floating-point and integer .This revision is now accepted and ready to land.This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes.| Path | Size | 
|---|
 |  |  |  |  |  |  |  | 176 lines |  | |  | test/ | CodeGen/ | RISCV/ | rvv-intrinsics-autogenerated/ | 
 |  |  |  |  |  |  |  |  |  | 1440 lines |  |  | 1368 lines |  |  | 1368 lines |  |  |  |  |  | 1440 lines |  |  | 1368 lines |  |  | 1368 lines |  |  |  |  |  |  |  |  | 2880 lines |  |  | 2736 lines |  |  | 2736 lines |  |  |  |  |  | 2880 lines |  |  | 2736 lines |  |  | 2736 lines |  |  |  |  |  |  |  |  | 51 lines |  |  |  |  |  | 19 lines |  |  | 246 lines |  |  | 48 lines |  |  | 121 lines |  |  |  |  |  | 68 lines |  |  | 32 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 56 lines |  |  | 30 lines |  |  | 30 lines |  |  | 56 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 56 lines |  |  | 56 lines |  |  | 56 lines |  |  | 16 lines |  |  | 68 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 30 lines |  |  | 16 lines |  |  | 40 lines |  |  | 40 lines |  |  | 40 lines |  |  | 40 lines |  |  | 68 lines |  |  | 68 lines |  |  | 68 lines |  |  | 60 lines |  |  | 195 lines |  |  | 195 lines |  |  | 195 lines |  |  | 195 lines |  |  | 117 lines |  |  | 117 lines |  |  | 117 lines |  |  | 195 lines |  |  | 195 lines |  |  | 117 lines |  |  | 195 lines |  |  | 195 lines |  |  | 117 lines |  |  | 117 lines | 
| Commit | Tree | Parents | Author | Summary | Date | 
|---|
 | 042d3a1407e8 | 1f4bcecbf9f7 | 0f66ff1b05e4 | eopXD | [RISCV] Add rounding mode control variant for conversion intrinsics between… (Show More…) | Jul 6 2023, 8:11 AM | 
 | 
These don't need rounding mode. As the spec ssys "A double-width IEEE floating-point value can always represent a single-width integer exactly." Not sure why they had an FRM use before.
I'm also very unsure why PseudoVFWCVT_RM_F_XU and PseudoVFWCVT_RM_F_X exist.