[llvm-commits] [llvm] r144290 - /llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
Duncan Sands
baldrick at free.fr
Thu Nov 10 06:24:16 PST 2011
Hi Takumi, is this correct? I think this test is checking that the compare
occurs next to the branch. If that's not working on some platforms shouldn't
that be fixed rather than hidden?
Ciao, Duncan.
PS: CC's Andrew because he implemented compare-next-to-branch IIRC.
On 10/11/11 15:18, NAKAMURA Takumi wrote:
> Author: chapuni
> Date: Thu Nov 10 08:18:59 2011
> New Revision: 144290
>
> URL: http://llvm.org/viewvc/llvm-project?rev=144290&view=rev
> Log:
> test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots to specify explicit -mtriple=x86_64-darwin.
>
> I guess it expects -relocation-model=pic.
>
> Modified:
> llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll?rev=144290&r1=144289&r2=144290&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll Thu Nov 10 08:18:59 2011
> @@ -1,4 +1,4 @@
> -; RUN: llc -march=x86-64< %s | FileCheck %s
> +; RUN: llc -mtriple=x86_64-darwin< %s | FileCheck %s
>
> ; CHECK: decq
> ; CHECK-NEXT: movl (
>
>
> _______________________________________________
> 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