[PATCH] D58849: llvm-dwarfdump: Add new variable, parameter and inlining statistics; also function source location statistics.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 15:01:55 PST 2019


aprantl added inline comments.


================
Comment at: test/tools/llvm-dwarfdump/X86/Inputs/statistics-fib.s:1
+	.text
+	.file	"fib.c"
----------------
Do we need this as assembler or would it be more compact if we checked in llvm IR instead and compile it with llc on the fly?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58849





More information about the llvm-commits mailing list