brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · fea6461 Raw
15 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Check that this doesn't crash.4; CHECK: add{{.*}}:carry5 6target triple = "hexagon-unknown-linux-gnu"7 8define i64 @f0(i64 %a0, ptr %a1) {9b0:10  %v0 = add i64 -9223372036854775808, %a011  %v1 = icmp ugt i64 -9223372036854775808, %v012  store i1 %v1, ptr %a1, align 113  ret i64 %v014}15