[PATCH] D126876: Change lit test for print-changed=dot-cfg to use regular expression

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 05:45:03 PDT 2022


jamieschmeiser created this revision.
jamieschmeiser added a reviewer: mgorny.
Herald added a project: All.
jamieschmeiser requested review of this revision.
Herald added a project: LLVM.

[NFC] Change lit test for print-changed=dot-cfg to use regular expression

Issue 55761:

Change the lit test for print-changed=dot-cfg to have a regular expression
for the template arguments portion of the name for a pass manager pass.
This part of the name can change because it is based on the name provided
by the compiler, which is implementation-dependent.  This mimics the
other change printer tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126876

Files:
  llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126876.433723.patch
Type: text/x-patch
Size: 13894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/7d4e745f/attachment-0001.bin>


More information about the llvm-commits mailing list