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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 21 15:03:44 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: kosarev.


================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu_no_merge_comments.ll.expected:33
+
+; NOTE: These prefixes are unused:
+; GCN: {{.*}}
----------------
NOTE is a regular comment, not a check prefix. I wonder whether using `;; ` for non-RUN non-CHECK lines will be clearer.


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