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
[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
2003-05-21-MalformedShiftCrash.ll
blob
a0dda4553c9aa05a33dd786cff92732237375c3e
1
; Found by inspection of the code
2
; RUN: not llvm-as < %s > /dev/null 2> %t
3
; RUN: grep "constexpr requires integer or integer vector operands" %t
4
5
@0 = global i32 shl (float 1.0, float 2.0)