Sign in
llvm
/
llvm-project
/
llvm
/
c8ab2db6b9ba8ad2797427370ac4ac2f97d20e3b
/
.
/
test
/
CodeGen
/
AArch64
/
GlobalISel
/
call-lowering-i256-crash.ll
blob: 2ebd7a78e513abcef867ff8435799e2e6c90fd8a [
file
]
; RUN: llc -mtriple=aarch64-linux-gnu -O0 -verify-machineinstrs -o - %s | FileCheck %s
define
i1
@test_crash_i256
(
i256
%int
)
{
; CHECK-LABEL: test_crash_i256
; CHECK: ret
ret
i1
true
}