This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Expand testing of AMDGPUCodeGenPrepare fdiv handling
ClosedPublic

Authored by arsenm on Jul 13 2023, 4:45 AM.

Details

Reviewers
foad
kosarev
matejam
Pierre-vh
rampitec
gandhi21299
Group Reviewers
Restricted Project
Summary
  • Switch to generated checks
  • Use a different run line per denormal mode to reduce test duplication
  • Add test coverage for rsqrt cases
  • Add test coverage for repeated arcp denominator
  • Fix the optnone test

Diff Detail

Event Timeline

arsenm created this revision.Jul 13 2023, 4:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 4:45 AM
arsenm requested review of this revision.Jul 13 2023, 4:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 4:45 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm updated this revision to Diff 539963.Jul 13 2023, 4:57 AM

More vector tests

arsenm updated this revision to Diff 540012.Jul 13 2023, 7:10 AM

More tests with flags

arsenm updated this revision to Diff 540035.Jul 13 2023, 7:36 AM

Test known input classes for inf/nan/sub/zero

arsenm updated this revision to Diff 540058.Jul 13 2023, 8:48 AM

Test some assumes

arsenm updated this revision to Diff 540094.Jul 13 2023, 9:58 AM

More negated cases

rampitec accepted this revision.Jul 13 2023, 1:47 PM
This revision is now accepted and ready to land.Jul 13 2023, 1:47 PM