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: unassignedb...@nondot.org Reporter: chisophu...@gmail.com CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs