[all-commits] [llvm/llvm-project] 1022b5: [InlineCost] Preparational patch for creation of P...
KirillVNaumov via All-commits
all-commits at lists.llvm.org
Thu Jun 11 15:30:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1022b5eb5b37f7dc93ae36002de694541db0e0c1
https://github.com/llvm/llvm-project/commit/1022b5eb5b37f7dc93ae36002de694541db0e0c1
Author: Kirill Naumov <knaumov at azul.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
M llvm/test/Transforms/Inline/debuginline-cost-delta.ll
M llvm/test/Transforms/Inline/print-instructions-deltas-unfinished.ll
Log Message:
-----------
[InlineCost] Preparational patch for creation of Printer pass.
- Renaming the printer class, flag
- Refactoring
- Changing some tests
This patch is a preparational stage for introducing a new printing pass and new
functionality to the existing Annotation Writer. I plan to extend
this functionality for this tool to be more useful when looking at the inline
process.
More information about the All-commits
mailing list