repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
GlobalISel
/
call-lowering-i256-crash.ll
blob
2ebd7a78e513abcef867ff8435799e2e6c90fd8a
1
; RUN: llc -mtriple=aarch64-linux-gnu -O0 -verify-machineinstrs -o - %s | FileCheck %s
2
3
define i1 @test_crash_i256(i256 %int) {
4
; CHECK-LABEL: test_crash_i256
5
; CHECK: ret
6
ret i1 true
7
}