Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inliner pass' name not being reported correctly #1767

Closed
nlewycky opened this issue May 6, 2007 · 3 comments
Closed

Inliner pass' name not being reported correctly #1767

nlewycky opened this issue May 6, 2007 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla ipo Interprocedural optimizations regression

Comments

@nlewycky
Copy link
Contributor

nlewycky commented May 6, 2007

Bugzilla Link 1395
Resolution FIXED
Resolved on Feb 22, 2010 12:42
Version trunk
OS All

Extended Description

On any file, try this:

$ llvm/Debug/bin/opt -inline -time-passes b2.bc
WARNING: You're attempting to print out a bytecode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bytecode first-hand, you
can force output with the `-f' option.

===-------------------------------------------------------------------------===
... Pass execution timing report ...
===-------------------------------------------------------------------------===
Total Execution Time: 0.0000 seconds (0.0003 wall clock)

---Wall Time--- --- Name ---
0.0001 ( 36.1%) Dominator Tree Construction
0.0000 ( 21.8%) ET Forest Construction
0.0000 ( 15.7%) Module Verifier
0.0000 ( 14.5%) Basic CallGraph Construction
0.0000 ( 11.0%) N45_GLOBAL__N_InlineSimple.cpp_00000000_47DAB73C13SimpleInlinerE
0.0000 ( 0.5%) Target Data Layout
0.0003 (100.0%) TOTAL

@nlewycky
Copy link
Contributor Author

nlewycky commented May 6, 2007

assigned to @lattner

@lattner
Copy link
Collaborator

lattner commented May 7, 2007

Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070430/049342.html

This is a regression from the ID'ification of passes. Thanks for noticing this!

1 similar comment
@lattner
Copy link
Collaborator

lattner commented May 7, 2007

Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070430/049342.html

This is a regression from the ID'ification of passes. Thanks for noticing this!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla ipo Interprocedural optimizations regression
Projects
None yet
Development

No branches or pull requests

2 participants