This is an archive of the discontinued LLVM Phabricator instance.

[SingleSource] Add Regression C tests for Large Fp Convert.
Needs ReviewPublic

Authored by FreddyYe on Nov 17 2022, 10:41 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Event Timeline

FreddyYe created this revision.Nov 17 2022, 10:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2022, 10:41 PM
FreddyYe requested review of this revision.Nov 17 2022, 10:41 PM
FreddyYe updated this revision to Diff 477070.Nov 21 2022, 11:12 PM

Some updates

  1. naming convention: ti -> qi;
  2. use __float128 instead of long double for tf tests.
  3. Removed unused unsigned tests.
FreddyYe updated this revision to Diff 480301.Dec 5 2022, 5:57 PM

Several updates:

  1. Use literal suffix "q" instead of "L" for "__float128" and removed related FIXME.
  2. Fixed one unsigned test.
  3. Add Fixme for some wrong behavior under O2 due to FE optimizations.