<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 11, 2015 at 12:40 PM, Joerg Sonnenberger via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Fri, Sep 11, 2015 at 06:54:39PM -0000, Akira Hatanaka via llvm-commits wrote:<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=247450&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=247450&view=rev</a><br>
> Log:<br>
> Use function attribute "stackrealign" to decide whether stack<br>
> realignment should be forced.<br>
<br>
</span>Can you please actually call it force_stackrealign or<br>
always_realign_stack to avoid confusion?<br></blockquote><div><br></div><div>The X86 backend looks for a "no-stack-realign" attribute. Perhaps we should have a string attribute "stackrealign" with three values, "always", "auto", and "never". The default behavior is "auto".</div></div></div></div>