This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add gfx940 to fp64 atomic tests in global ISel
ClosedPublic

Authored by krzysz00 on May 3 2023, 3:39 PM.

Details

Summary

This changes the test in GlobalISel, which makes it match the test
elsewhere.

Diff Detail

Event Timeline

krzysz00 created this revision.May 3 2023, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 3:39 PM
krzysz00 requested review of this revision.May 3 2023, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 3:39 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 3 2023, 3:40 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
foad added a subscriber: foad.Nov 13 2023, 3:31 AM
foad added inline comments.
llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll
3

This didn't actually enable GlobalISel. Fixed in 47f29043f07e.