This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] v_interp tests to check reported operands.
ClosedPublic

Authored by kosarev on Mar 30 2023, 6:11 AM.

Details

Summary

For these tests we want to make sure the reported operands are the
expected ones.

Diff Detail

Event Timeline

kosarev created this revision.Mar 30 2023, 6:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2023, 6:11 AM
kosarev requested review of this revision.Mar 30 2023, 6:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2023, 6:11 AM
foad accepted this revision.Mar 30 2023, 6:45 AM

I think this is fine. Another approach used in *_err_pos.s is to run FileCheck -strict-whitespace and check for the exact location of the error caret ^.

This revision is now accepted and ready to land.Mar 30 2023, 6:45 AM
This revision was landed with ongoing or failed builds.Mar 30 2023, 7:33 AM
This revision was automatically updated to reflect the committed changes.