[llvm-bugs] [Bug 26768] New: Global Variable Optimizer? Unnamed pass: implement Pass::getPassName()
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 29 00:41:11 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26768
Bug ID: 26768
Summary: Global Variable Optimizer? Unnamed pass: implement
Pass::getPassName()
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
clang -c -O2 a.c -mllvm -debug-pass=Structure
where a.c is empty file results in:
...
Assumption Cache Tracker
ModulePass Manager
Force set function attributes
Infer set function attributes
Interprocedural Sparse Conditional Constant Propagation
Global Variable Optimizer
Unnamed pass: implement Pass::getPassName()
...
clang version 3.9.0 (trunk 262183)
Target: x86_64-pc-windows-msvc
Thread model: posix
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160229/c280c56d/attachment.html>
More information about the llvm-bugs
mailing list