Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Global Variable Optimizer? Unnamed pass: implement Pass::getPassName() #26769

Closed Quuxplusone closed 3 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR26768
Status RESOLVED FIXED
Importance P normal
Reported by Yaron Keren (yaron.keren@gmail.com)
Reported on 2016-02-29 02:41:11 -0800
Last modified on 2021-09-03 02:07:49 -0700
Version unspecified
Hardware PC Windows NT
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
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
Quuxplusone commented 3 years ago

as of 10d78a06baa217b8a4b853eff962e9ae719a8a45 solved