[llvm-commits] [llvm] r140904 - /llvm/trunk/test/CodeGen/X86/alignment-2.ll
Eric Christopher
echristo at apple.com
Fri Sep 30 16:43:23 PDT 2011
Thanks!
-eric
On Sep 30, 2011, at 4:40 PM, Bill Wendling wrote:
> Author: void
> Date: Fri Sep 30 18:40:29 2011
> New Revision: 140904
>
> URL: http://llvm.org/viewvc/llvm-project?rev=140904&view=rev
> Log:
> Filecheck-ize.
>
> Modified:
> llvm/trunk/test/CodeGen/X86/alignment-2.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/alignment-2.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/alignment-2.ll?rev=140904&r1=140903&r2=140904&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/alignment-2.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/alignment-2.ll Fri Sep 30 18:40:29 2011
> @@ -1,4 +1,4 @@
> -; RUN: llc < %s -mtriple i386-apple-darwin10 | not grep movaps
> +; RUN: llc < %s -mtriple i386-apple-darwin10 | FileCheck %s
> ; <rdar://problem/10058036>
>
> %struct._psqlSettings = type { %struct.pg_conn*, i32, %struct.__sFILE*, i8, %struct.printQueryOpt, i8*, i8, i32, %struct.__sFILE*, i8, i32, i8*, i8*, i8*, i64, i8, %struct.__sFILE*, %struct._variable*, i8, i8, i8, i8, i8, i32, i32, i32, i32, i32, i8*, i8*, i8*, i32 }
> @@ -17,6 +17,8 @@
>
> define signext i8 @do_lo_list() nounwind optsize ssp {
> bb:
> +; CHECK: do_lo_list
> +; CHECK-NOT: movaps
> %myopt = alloca %struct.printQueryOpt, align 4
> %tmp = bitcast %struct.printQueryOpt* %myopt to i8*
> call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp, i8* bitcast (%struct.printQueryOpt* getelementptr inbounds (%struct._psqlSettings* @pset, i32 0, i32 4) to i8*), i32 76, i32 4, i1 false)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list