[PATCH] D157796: [llvm][NFC] Robustify test
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 12 14:32:27 PDT 2023
urnathan created this revision.
urnathan added reviewers: nikic, jdoerfert.
Herald added subscribers: StephenFan, okura, kuter.
Herald added a project: All.
urnathan requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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:
https://reviews.llvm.org/D157796
Files:
llvm/test/Transforms/Attributor/norecurse.ll
llvm/test/Transforms/FunctionAttrs/norecurse.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157796.549648.patch
Type: text/x-patch
Size: 5681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230812/0c22aafb/attachment.bin>
More information about the llvm-commits
mailing list