brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 2ebd7a7 Raw
8 lines · plain
1; RUN: llc -mtriple=aarch64-linux-gnu -O0 -verify-machineinstrs -o - %s | FileCheck %s2 3define i1 @test_crash_i256(i256 %int) {4; CHECK-LABEL: test_crash_i2565; CHECK: ret6  ret i1 true7}8