[PATCH] D91892: [GlobalISel] Add NamedRegionTimers for all GlobalISel passes in AArch64 pipeline.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 10:32:12 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp:73-74
     return false;
+  StringRef GroupName = "gisel";
+  StringRef GroupDescription = "GlobalISel instruction selection";
+  NamedRegionTimer T("instruction-select", "Instruction Selector", GroupName,
----------------
Why use variables for these?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91892



More information about the llvm-commits mailing list