[all-commits] [llvm/llvm-project] 7f094f: [InlineCost] PrinterPass prints constants to which...
KirillVNaumov via All-commits
all-commits at lists.llvm.org
Wed Jun 24 15:53:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f094f7f9d3e3c529afcfd553cee3b64419e72f2
https://github.com/llvm/llvm-project/commit/7f094f7f9d3e3c529afcfd553cee3b64419e72f2
Author: Kirill Naumov <knaumov at azul.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
A llvm/test/Transforms/Inline/simplified_to.ll
Log Message:
-----------
[InlineCost] PrinterPass prints constants to which instructions are simplified
This patch enables printing of constants to see which instructions were
constant-folded. Needed for tests and better visiual analysis of
inliner's work.
Reviewers: apilipenko, mtrofin, davidxl, fedor.sergeev
Reviewed By: mtrofin
Differential Revision: https://reviews.llvm.org/D81024
More information about the All-commits
mailing list