brintos

brintos / llvm-project-archived public Read only

0
0
Text · 654 B · a45e313 Raw
20 lines · plain
1; RUN: llc < %s -o /dev/null2; rdar://107952503; DAGCombiner should converge.4 5target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32:64"6target triple = "arm64-apple-macosx10.8.0"7 8define i64 @foo(i128 %Params.coerce, i128 %SelLocs.coerce) {9entry:10  %tmp = lshr i128 %Params.coerce, 6111  %.tr38.i = trunc i128 %tmp to i6412  %mul.i = and i64 %.tr38.i, 429496728813  %tmp1 = lshr i128 %SelLocs.coerce, 6214  %.tr.i = trunc i128 %tmp1 to i6415  %mul7.i = and i64 %.tr.i, 429496729216  %add.i = add i64 %mul7.i, %mul.i17  %conv.i.i = and i64 %add.i, 429496729218  ret i64 %conv.i.i19}20