This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC] Robustify test
AbandonedPublic

Authored by urnathan on Aug 12 2023, 2:32 PM.

Details

Summary

Here's another testcase that checks an attribute table. It uses [[Foo:pattern]] captures for the attribute numbering, but still expects a specific ordering. Change it to use CHECK-DAG:

Diff Detail

Event Timeline

urnathan created this revision.Aug 12 2023, 2:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2023, 2:32 PM
urnathan requested review of this revision.Aug 12 2023, 2:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
nikic requested changes to this revision.Aug 12 2023, 2:34 PM

Never manually modify UTC generated tests.

This revision now requires changes to proceed.Aug 12 2023, 2:34 PM
urnathan abandoned this revision.Aug 13 2023, 2:00 PM

Never manually modify UTC generated tests.

Oh, I see the note at the start. I guess one gets to regenerate this at a suitable point ...