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
/
prefix-never-matches.ll
blob
972ec53809800e414557c29face5e642e0c33723
1
; RUN: opt -O0 -S < %s | FileCheck %s -check-prefix=A
2
; RUN: opt -O3 -S < %s | FileCheck %s -check-prefix=A
3
4
define i32 @foo(i32 %i) {
5
%r = add i32 1, 1
6
ret i32 %r
7
}