<div dir="ltr">Just throwing this out there in hope that someone already knows the answer. I'm trying to narrow down something that fails post inlining. Anyone know why InlineFunction switching CloneAndPruneFunctionInto with CloneFunctionInto is invalid?<br><div><br></div><div>The error I get is <br>Wrong types for attribute: byval inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext dereferenceable(1)<br>void (%"class.A::aaa"*, %struct.bbb*)* @foo_function<br>LLVM ERROR: Broken function found, compilation aborted!<br><br></div><div>Post-inlining method dump shows<br>define internal fastcc zeroext void @foo_function(%"class.A::aaa"*, %struct.bbb*) #4<br><br></div><div>Perhaps zeroext isn't compatible with void return type?<br></div><div><br>Regards</div><div>-Kevin</div></div>