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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AVR
/
issue-cannot-select-bswap.ll
blob
bf26e403524df8a415f6ab4588c4aa78f4ffe723
1
; RUN: llc < %s -march=avr | FileCheck %s
2
3
declare i16 @llvm.bswap.i16(i16)
4
5
define i16 @foo(i16) {
6
; CHECK-LABEL: foo:
7
entry-block:
8
%1 = tail call i16 @llvm.bswap.i16(i16 %0)
9
ret i16 %1
10
}