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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
vararg-formal.ll
blob
6bba65fcab16900eaad06dfd7ba27b02524f7db8
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
3
; Make sure that the first formal argument is not loaded from memory.
4
; CHECK-NOT: memw
5
6
define i32 @fred(i32 %a0, ...) #0 {
7
b1:
8
%v2 = add i32 %a0, 1
9
ret i32 %v2
10
}
11
12
attributes #0 = { nounwind }