<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Auto upgrade was already in there - D13002 added the upgrade and moved the tests to sse41-intrinsics-x86-upgrade.ll - it looks like I just missed removing the IntrinsicsX86.td declarations. Only found it now as I’m about to start removing the PMOVZX equivalents.<div class=""><br class=""></div><div class=""><a href="http://reviews.llvm.org/D13002" class="">http://reviews.llvm.org/D13002</a></div><div class=""><a href="http://reviews.llvm.org/rL248368" class="">http://reviews.llvm.org/rL248368</a></div><div class=""><br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 24 May 2016, at 05:07, Craig Topper <<a href="mailto:craig.topper@gmail.com" class="">craig.topper@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Will there be an auto upgrade patch for this too?</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, May 23, 2016 at 3:01 PM, Simon Pilgrim via llvm-commits <span dir="ltr" class=""><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank" class="">llvm-commits@lists.llvm.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: rksimon<br class="">
Date: Mon May 23 17:01:24 2016<br class="">
New Revision: 270497<br class="">
<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=270497&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=270497&view=rev</a><br class="">
Log:<br class="">
[X86][SSE] The int_x86_sse41_pmovsx* intrinsics are no longer in use (not since D13002!)<br class="">
<br class="">
Modified:<br class="">
    llvm/trunk/include/llvm/IR/IntrinsicsX86.td<br class="">
<br class="">
Modified: llvm/trunk/include/llvm/IR/IntrinsicsX86.td<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/IntrinsicsX86.td?rev=270497&r1=270496&r2=270497&view=diff" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/IntrinsicsX86.td?rev=270497&r1=270496&r2=270497&view=diff</a><br class="">
==============================================================================<br class="">
--- llvm/trunk/include/llvm/IR/IntrinsicsX86.td (original)<br class="">
+++ llvm/trunk/include/llvm/IR/IntrinsicsX86.td Mon May 23 17:01:24 2016<br class="">
@@ -765,24 +765,6 @@ let TargetPrefix = "x86" in {  // All in<br class="">
<br class="">
 // Vector sign and zero extend<br class="">
 let TargetPrefix = "x86" in {  // All intrinsics start with "llvm.x86.".<br class="">
-  def int_x86_sse41_pmovsxbd        : GCCBuiltin<"__builtin_ia32_pmovsxbd128">,<br class="">
-              Intrinsic<[llvm_v4i32_ty], [llvm_v16i8_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
-  def int_x86_sse41_pmovsxbq        : GCCBuiltin<"__builtin_ia32_pmovsxbq128">,<br class="">
-              Intrinsic<[llvm_v2i64_ty], [llvm_v16i8_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
-  def int_x86_sse41_pmovsxbw        : GCCBuiltin<"__builtin_ia32_pmovsxbw128">,<br class="">
-              Intrinsic<[llvm_v8i16_ty], [llvm_v16i8_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
-  def int_x86_sse41_pmovsxdq        : GCCBuiltin<"__builtin_ia32_pmovsxdq128">,<br class="">
-              Intrinsic<[llvm_v2i64_ty], [llvm_v4i32_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
-  def int_x86_sse41_pmovsxwd        : GCCBuiltin<"__builtin_ia32_pmovsxwd128">,<br class="">
-              Intrinsic<[llvm_v4i32_ty], [llvm_v8i16_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
-  def int_x86_sse41_pmovsxwq        : GCCBuiltin<"__builtin_ia32_pmovsxwq128">,<br class="">
-              Intrinsic<[llvm_v2i64_ty], [llvm_v8i16_ty],<br class="">
-                        [IntrNoMem]>;<br class="">
   def int_x86_sse41_pmovzxbd        : GCCBuiltin<"__builtin_ia32_pmovzxbd128">,<br class="">
               Intrinsic<[llvm_v4i32_ty], [llvm_v16i8_ty],<br class="">
                         [IntrNoMem]>;<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
llvm-commits mailing list<br class="">
<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="">
</blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature">~Craig</div>
</div>
</div></blockquote></div><br class=""></div></div></body></html>