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

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 10:35:31 PDT 2022


mtrofin marked an inline comment as done.
mtrofin added inline comments.


================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu_no_merge_comments.ll.expected:34
+;; NOTE: These prefixes are unused:
+; GCN: {{.*}}
----------------
RKSimon wrote:
> Will the script strip these again if a later edit adds uses of a previously unused prefix?
Good catch - added a test for that. Also made the 'note' a bit more verbose.


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