Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Thumb2/thumb2-lsl2.ll @ 128:c347d3398279 default tip
fix
author | mir3636 |
---|---|
date | Wed, 06 Dec 2017 14:37:17 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s define i32 @f1(i32 %a, i32 %b) { ; CHECK-LABEL: f1: ; CHECK: lsls r0, r1 %tmp = shl i32 %a, %b ret i32 %tmp }