[llvm-bugs] [Bug 5334] Implement feature to allow easy manipulation of inlining

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 28 10:34:48 PDT 2016


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

Sebastian Pop <sebpop at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |james.molloy at arm.com,
                   |                            |sebpop at gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Sebastian Pop <sebpop at gmail.com> ---
Fixed in commit r253550, that added a flag to force inline/noinline attributes.

Author: James Molloy <james.molloy at arm.com>
Date:   Thu Nov 19 08:49:57 2015 +0000

    [FunctionAttrs] Provide a mechanism for adding function attributes from the
command line

    This provides a way to force a function to have certain attributes from the
command line. This can be useful when debugging or doing workload exploration,
where manually editing IR is tedious or not possible (due to build systems
etc).

    The syntax is -force-attribute=function_name:attribute_name

    All function attributes are parsed except alignstack as it requires an
argument.

-- 
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/20160628/0e324559/attachment.html>


More information about the llvm-bugs mailing list