[llvm-branch-commits] [CallSiteInfo][CallGraphSection] Extract and propagate indirect call type ids (PR #87575)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 14 11:27:36 PST 2024
================
@@ -0,0 +1,112 @@
+; Test MIR printer and parser for type id field in call site info. Test that
+; it works well with/without --emit-call-site-info.
----------------
ilovepi wrote:
For informational/comment lines, its a common practice lots of the project to prefix w/ extra comment characters, e.g. `;;`, `##`, `///` so that its easier to identify which lines are only informational vs which are doing checks.
https://github.com/llvm/llvm-project/pull/87575
More information about the llvm-branch-commits
mailing list