[PATCH] D85099: [UpdateTestChecks] Match unnamed values like "@[0-9]+" and "![0-9]+"

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 2 14:32:51 PDT 2020


jdoerfert added a comment.

Will update the clang tests shortly.



================
Comment at: llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/various_ir_values.ll:117
+!44 = !DILocation(line: 4, column: 15, scope: !19)
+!45 = !DILocation(line: 5, column: 1, scope: !7)
----------------
Maybe I add matchers for these next.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85099/new/

https://reviews.llvm.org/D85099



More information about the llvm-commits mailing list