[llvm-commits] [llvm] r54384 - /llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll
Chris Lattner
clattner at apple.com
Tue Aug 5 17:05:40 PDT 2008
On Aug 5, 2008, at 4:36 PM, Bill Wendling wrote:
> Author: void
> Date: Tue Aug 5 18:36:00 2008
> New Revision: 54384
>
> URL: http://llvm.org/viewvc/llvm-project?rev=54384&view=rev
> Log:
> Add default architecture.
This won't work if the x86 backend isn't built (with configure --
enable-targets). Can the test grep the output of instcombine directly?
-Chris
>
>
> Modified:
> llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll
>
> Modified: llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll?rev=54384&r1=54383&r2=54384&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll
> (original)
> +++ llvm/trunk/test/Transforms/InstCombine/2008-08-05-And.ll Tue
> Aug 5 18:36:00 2008
> @@ -1,4 +1,4 @@
> -; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim | not
> grep orb
> +; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim -
> march=x86 | not grep orb
> ; PR2629
>
> define void @f(i8* %x) nounwind {
>
>
> _______________________________________________
> 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