[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AVR / issue-cannot-select-bswap.ll
blobbf26e403524df8a415f6ab4588c4aa78f4ffe723
1 ; RUN: llc < %s -march=avr | FileCheck %s
3 declare i16 @llvm.bswap.i16(i16)
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