repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
incorrect-tdep-attrs-parsing.ll
blob
7105eac516d1ea179f46fcb6c4bdbf70c27ffa59
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3
; CHECK: define i32 @f(i64 "foo bar" %0, i64 %1, i64 %2, i64 "xyz" %3) {
4
define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
5
ret i32 41
6
}