[llvm] r308736 - [SystemZ] test update
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 06:14:17 PDT 2017
Author: jonpa
Date: Fri Jul 21 06:14:17 2017
New Revision: 308736
URL: http://llvm.org/viewvc/llvm-project?rev=308736&view=rev
Log:
[SystemZ] test update
test/CodeGen/SystemZ/loop-01.ll was incorrectly updated by r308729.
Modified:
llvm/trunk/test/CodeGen/SystemZ/loop-01.ll
Modified: llvm/trunk/test/CodeGen/SystemZ/loop-01.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/loop-01.ll?rev=308736&r1=308735&r2=308736&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/loop-01.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/loop-01.ll Fri Jul 21 06:14:17 2017
@@ -9,7 +9,7 @@
define void @f1(i32 *%dest, i32 %a) {
; CHECK-LABEL: f1:
; CHECK-NOT: sllg
-; CHECK: st %r3, 400({{%r[1-5],%r[1-5]}})
+; CHECK: st %r3, 0({{%r[1-5],%r[1-5]}})
; CHECK: br %r14
entry:
br label %loop
More information about the llvm-commits
mailing list