[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / XCore / zext.ll
blob32abfcaed10b610b91488a8c037a16398a0e2369
1 ; RUN: llc -march=xcore < %s | FileCheck %s
3 define i32 @f(i1 %a) {
4 entry:
5 ; CHECK: f
6 ; CHECK: zext r0, 1
7 ; CHECK: retsp 0
8   %b= zext i1 %a to i32
9   ret i32 %b