[llvm-bugs] [Bug 48779] New: [NewPM] -passes=default should imply -aa-pipeline=default

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jan 17 09:24:13 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=48779

            Bug ID: 48779
           Summary: [NewPM] -passes=default should imply
                    -aa-pipeline=default
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: nikita.ppv at gmail.com
                CC: aeubanks at google.com, htmldeveloper at gmail.com,
                    llvm-bugs at lists.llvm.org

I should know better by now, but just wasted another half hour debugging a
mysterious NewPM bug, which came down to a missing -aa-pipeline=default in the
opt invocation. I've seen others fall in the same trap as well. If someone uses
a default optimization pipeline, it stands to reason that they also want to use
a default AA pipeline.

-- 
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/20210117/f24ca0ac/attachment.html>


More information about the llvm-bugs mailing list