X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FARM%2F2007-04-30-CombinerCrash.ll;h=05c2ff4f7ca2c058ecbb2e98aa2187da95b8e461;hb=af3e4a2f2f4cb233ed081bf0ab5baead0b042158;hp=ec70a596bc3ac0c1b28f0d75b7585f74cdf57981;hpb=43d44f036ce571cc7f22996419740ae314525329;p=oota-llvm.git diff --git a/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll b/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll index ec70a596bc3..05c2ff4f7ca 100644 --- a/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll +++ b/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -mattr=+v6,+vfp2 +; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6,+vfp2 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64" target triple = "arm-apple-darwin8" @@ -9,15 +9,15 @@ target triple = "arm-apple-darwin8" define fastcc void @EvaluateDevelopment() { entry: - %tmp7 = load i64* getelementptr (%struct.CHESS_POSITION* @search, i32 0, i32 7) ; [#uses=1] - %tmp50 = load i64* getelementptr (%struct.CHESS_POSITION* @search, i32 0, i32 0) ; [#uses=1] - %tmp52 = load i64* getelementptr (%struct.CHESS_POSITION* @search, i32 0, i32 1) ; [#uses=1] + %tmp7 = load i64, i64* getelementptr (%struct.CHESS_POSITION, %struct.CHESS_POSITION* @search, i32 0, i32 7) ; [#uses=1] + %tmp50 = load i64, i64* getelementptr (%struct.CHESS_POSITION, %struct.CHESS_POSITION* @search, i32 0, i32 0) ; [#uses=1] + %tmp52 = load i64, i64* getelementptr (%struct.CHESS_POSITION, %struct.CHESS_POSITION* @search, i32 0, i32 1) ; [#uses=1] %tmp53 = or i64 %tmp52, %tmp50 ; [#uses=1] - %tmp57.b = load i1* @rank_mask.1.b ; [#uses=1] + %tmp57.b = load i1, i1* @rank_mask.1.b ; [#uses=1] %tmp57 = select i1 %tmp57.b, i64 71776119061217280, i64 0 ; [#uses=1] %tmp58 = and i64 %tmp57, %tmp7 ; [#uses=1] %tmp59 = lshr i64 %tmp58, 8 ; [#uses=1] - %tmp63 = load i64* getelementptr ([8 x i64]* @file_mask, i32 0, i32 4) ; [#uses=1] + %tmp63 = load i64, i64* getelementptr ([8 x i64], [8 x i64]* @file_mask, i32 0, i32 4) ; [#uses=1] %tmp64 = or i64 %tmp63, 0 ; [#uses=1] %tmp65 = and i64 %tmp59, %tmp53 ; [#uses=1] %tmp66 = and i64 %tmp65, %tmp64 ; [#uses=1]