• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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