This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Add test cases for rounding vfcvt
ClosedPublic

Authored by luke on Jan 12 2023, 4:28 AM.

Diff Detail

Event Timeline

luke created this revision.Jan 12 2023, 4:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 4:28 AM
luke requested review of this revision.Jan 12 2023, 4:28 AM
This revision is now accepted and ready to land.Jan 12 2023, 11:11 AM
craig.topper requested changes to this revision.Jan 12 2023, 11:30 AM

Please test f16 -> i8, i16, i32, i64

Add tests for f32->i8, i16, i64 and f64 -> i8, i16, i32.

This revision now requires changes to proceed.Jan 12 2023, 11:30 AM
luke updated this revision to Diff 489028.Jan 13 2023, 8:41 AM

Expand to include halfs and conversions to other integer types

luke updated this revision to Diff 489034.Jan 13 2023, 9:09 AM

Add missing checks in half case

This revision is now accepted and ready to land.Jan 17 2023, 11:30 AM
This revision was landed with ongoing or failed builds.Jan 18 2023, 2:53 AM
This revision was automatically updated to reflect the committed changes.