<div dir="ltr"><div>I think your reasoning makes sense, and we should make the XMM saving in llvm.va_start conditional.</div><div><br></div><div>In my experience, these XMM spills are what users crash on when the misalign their stack. But, I don't think that's really relevant at all to this particular question relating to implicit FP codegen.</div><div dir="ltr"><br></div><div dir="ltr">On Tue, Jun 4, 2019 at 4:00 AM Anton Korobeynikov via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> The problem is that now, when optimization is disabled, the compiler will *unconditionally* access XMM registers in the prolog of varargs functions. This is *not* the usual code to spill floating point varargs arguments (which is correctly guarded by testing %al). Instead the compiler:<br>
I believe this is a bug that needs to be handled separately..</blockquote></div></div>