This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Generate frem test checks
ClosedPublic

Authored by foad on Jul 24 2020, 5:01 AM.

Diff Detail

Event Timeline

foad created this revision.Jul 24 2020, 5:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2020, 5:01 AM
arsenm added inline comments.Jul 24 2020, 11:28 AM
llvm/test/CodeGen/AMDGPU/frem.ll
4

Many of the flags we used in tests are mostly because updating all the tests was too much work, in particular -mattr=-flat-for-global. Might as well drop this if you're generating the checks

foad updated this revision to Diff 280530.Jul 24 2020, 11:46 AM

Remove -mattr=-flat-for-global.

arsenm accepted this revision.Jul 26 2020, 11:39 AM
This revision is now accepted and ready to land.Jul 26 2020, 11:39 AM
This revision was automatically updated to reflect the committed changes.