[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / Hexagon / isel-uaddo-1-i64.ll
blob753fe9a255de6f11e63d3377678315e4ca35b055
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check that this doesn't crash.
4 ; CHECK: add{{.*}}:carry
6 target triple = "hexagon-unknown-linux-gnu"
8 define i64 @f0(i64 %a0, ptr %a1) {
9 b0:
10   %v0 = add i64 -9223372036854775808, %a0
11   %v1 = icmp ugt i64 -9223372036854775808, %v0
12   store i1 %v1, ptr %a1, align 1
13   ret i64 %v0