[llvm-bugs] [Bug 28317] New: [PM] Bugpoint support
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 26 16:26:29 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28317
Bug ID: 28317
Summary: [PM] Bugpoint support
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: chisophugis at gmail.com
CC: llvm-bugs at lists.llvm.org
Blocks: 28315
Classification: Unclassified
bugpoint uses the old PM and needs to be ported to the new PM.
One big issue with this is that the new PM currently has no way to introspect
and edit its pass pipelines.
For example, given `module(foo,cgscc(bar,baz,function(qux,quux)))` there is
currently no way to programmatically walk the pass structure and edit it.
--
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/20160626/080e747c/attachment.html>
More information about the llvm-bugs
mailing list