xref: /llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-i256-crash.ll (revision bdb5e4e4ca5fbc7ef528067b65dda298e191e059)
1; RUN: llc -mtriple=aarch64-linux-gnu -O0 -verify-machineinstrs -o - %s | FileCheck %s
2
3define i1 @test_crash_i256(i256 %int) {
4; CHECK-LABEL: test_crash_i256
5; CHECK: ret
6  ret i1 true
7}
8