This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][Disassembler] Pre-commit a test on an error message generated in an instruction comment.
ClosedPublic

Authored by kosarev on Apr 24 2023, 3:05 AM.

Details

Diff Detail

Event Timeline

kosarev created this revision.Apr 24 2023, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2023, 3:05 AM
kosarev requested review of this revision.Apr 24 2023, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2023, 3:05 AM

Test name could be more descriptive. Current name makes it sound like it's checking for any comments

Test name could be more descriptive. Current name makes it sound like it's checking for any comments

Well, it does. We don't want any comments for this instruction.

arsenm accepted this revision.Apr 29 2023, 6:25 AM

Still think test needs renaming

This revision is now accepted and ready to land.Apr 29 2023, 6:25 AM

Test name could be more descriptive. Current name makes it sound like it's checking for any comments

Well, it does. We don't want any comments for this instruction.

Yes, for *this* instruction. The general name sounds like it's for testing that comments are emitted in general

kosarev closed this revision.May 2 2023, 3:27 AM

Yes, for *this* instruction. The general name sounds like it's for testing that comments are emitted in general

That indeed was the idea -- to introduce a general test for comments and not just for this particular instruction.