This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Autogenerate the v_cndmask.ll and llvm.amdgcn.image.msaa.load.ll codegen tests.
ClosedPublic

Authored by kosarev on Aug 15 2023, 5:30 AM.

Diff Detail

Event Timeline

kosarev created this revision.Aug 15 2023, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 5:30 AM
kosarev requested review of this revision.Aug 15 2023, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 5:30 AM
foad added inline comments.Aug 15 2023, 7:17 AM
llvm/test/CodeGen/AMDGPU/v_cndmask.ll
3

If you want to clean up old cruft you can remove -mattr=-flat-for-global when you convert to autogenerated checks.

kosarev updated this revision to Diff 550364.Aug 15 2023, 9:34 AM

Remove -mattr=-flat-for-global.

kosarev marked an inline comment as done.Aug 15 2023, 9:35 AM
kosarev added inline comments.
llvm/test/CodeGen/AMDGPU/v_cndmask.ll
3

Sure, done.

arsenm accepted this revision.Aug 15 2023, 10:56 AM
This revision is now accepted and ready to land.Aug 15 2023, 10:56 AM
This revision was automatically updated to reflect the committed changes.
kosarev marked an inline comment as done.