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
/
Hexagon
/
isel-i1arg-crash.ll
blob
7e8bd9e93b276dc8f40b0aee4e7bbdaee9309f90
1
; RUN: llc -march=hexagon -debug-only=isel < %s
2
; REQUIRES: asserts
3
4
define void @g(i1 %cond) {
5
ret void
6
}