[PATCH] D124306: [UpdateTestChecks] Auto-generate stub bodies for conflicting outputs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 08:42:56 PDT 2022


RKSimon added a comment.

I'm not entirely happy with adding the "unused" noise at the end of the file, but I understand the need for such a workaround to appease lit.



================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu_no_merge_comments.ll.expected:34
+;; NOTE: These prefixes are unused:
+; GCN: {{.*}}
----------------
Will the script strip these again if a later edit adds uses of a previously unused prefix?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124306



More information about the llvm-commits mailing list