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

Roman Lebedev <lebedev...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lebedev...@gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Roman Lebedev <lebedev...@gmail.com> ---
-O0 marks every function with 'optnone' attribute,
and when passes see it, they skip the function.
You may instead want to do `-O1 -disable-llvm-optzns`

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to