Test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adam Nemet 2014-02-28 18:44:39 +00:00
parent 2a80d7db79
commit 1b5d421e4d

View File

@ -18,6 +18,7 @@ define void @loop_no_const_reload(<2 x i64>* %in, <2 x i64>* %out, i32 %n) {
; Constant is no longer clobbered so no need to reload it in the loop.
; CHECK-NOT: movdqa {{%xmm[0-9]+}}, {{%xmm[0-9]+}}
entry:
%cmp9 = icmp eq i32 %n, 0
br i1 %cmp9, label %for.end, label %for.body