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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
custom-tool.ll
blob
7c4f11f969eb8f2a8a8f85998d5f74f47375a21b
1
; RUN: llvm-extract -S --func=foo %s | FileCheck --check-prefixes=CHECK %s
2
3
define i32 @foo(i32 %x) {
4
%y = add i32 %x, 1
5
ret i32 %y
6
}