bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-i256-crash.ll
2025-02-14 19:21:04 +01:00

7 lines
188 B
LLVM

; 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
}