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

            Bug ID: 39053
           Summary: always_inline attribute is sometimes ignored at -O3
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Interprocedural Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: pho...@chromium.org
                CC: llvm-bugs@lists.llvm.org

We're seeing cases when functions marked with always_inline attribute aren't
inlined when compiling with -O3 but are inline at lower optimization levels.

One such example is basic_ostream& operator<<(basic_ostream&
(*__pf)(basic_ostream&)) in libc++.

-- 
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

Reply via email to