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
[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
XCore
/
basictest.ll
blob
de5eaff08073d67bf7453270f58be51ea17e0fdb
1
; RUN: llc < %s -march=xcore
2
3
define i32 @test(i32 %X) {
4
%tmp.1 = add i32 %X, 1
5
ret i32 %tmp.1
6
}