<div dir="ltr">I was thinking "no-stack-realign" should be a cl::opt debug option, not a function attribute.<div><div><br></div><div>Is there a use case that requires the end-user to disallow stack realignment even when it's necessary to do so to be functionally correct (for example, there is a local variable with a large alignment)?<div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 11, 2015 at 12:57 PM, Reid Kleckner 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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">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>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></span><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>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div></div></div></div>