[PATCH] D18246: X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 13:39:45 PDT 2016


majnemer added inline comments.

================
Comment at: test/CodeGen/X86/powi.ll:32-34
@@ -31,5 +31,5 @@
 ; CHECK:       # BB#0:
-; CHECK-NEXT:    movl  $15, %edi
+; CHECK-NEXT:    movl  $128, %edi
 ; CHECK-NEXT:    jmp
-  %ret = tail call double @llvm.powi.f64(double %a, i32 15) nounwind ; <double> [#uses=1]
+  %ret = tail call double @llvm.powi.f64(double %a, i32 128) nounwind ; <double> [#uses=1]
   ret double %ret
----------------
Why did the constant in this test change?


http://reviews.llvm.org/D18246





More information about the llvm-commits mailing list