[llvm-branch-commits] [llvm-branch] r116342 - /llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll

Bill Wendling wendling at apple.com
Thu Oct 14 12:20:12 PDT 2010


On Oct 12, 2010, at 2:46 PM, Gabor Greif wrote:

> Author: ggreif
> Date: Tue Oct 12 16:46:58 2010
> New Revision: 116342
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=116342&view=rev
> Log:
> testcase for http://llvm.org/PR8361
> 
> Added:
>    llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll
> 
> Added: llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll?rev=116342&view=auto
> ==============================================================================
> --- llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll (added)
> +++ llvm/branches/ggreif/switch-opts/test/CodeGen/ARM/2010-10-12-duplicated-cmp.ll Tue Oct 12 16:46:58 2010
> @@ -0,0 +1,28 @@
> +;; RUN: llc < %s -march=thumb | FileCheck %s
> +;; PR8361
> +
> +; ModuleID = '<stdin>'
> +target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
> +target triple = "i386-unknown-linux-gnu"
> +
Since this is an ARM test, you probably don't need the datalayout or target triple information here.

-bw





More information about the llvm-branch-commits mailing list