<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,</div><div dir="ltr"><br><div>I was implementing the llvm_any_type in my intrinsic</div><div><div>def int_csa_xxx :  Intrinsic<[llvm_any_ty], [llvm_i32_ty]>;</div></div><div><br></div><div> as the following in its corresponding builtins in Builtins.def:</div><div><div>BUILTIN(__builtin_xxx, "v.", "nt")</div></div><div><br></div><div>the "t" was sufficient here to not perform any type checking.</div><div><br></div><div>The type checking was handled in CGBuiltin.cpp.</div><div><br></div><div>This was working until recently.</div><div><br></div><div>Do you know which change might have caused this?</div><div><br></div><div>Thanks,</div><div>Dounia </div><div><br></div></div></div></div>