64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
8 lines
201 B
LLVM
8 lines
201 B
LLVM
; RUN: llc < %s -mtriple=x86_64-- | not grep movw
|
|
|
|
define i16 @test5(i16 %f12) nounwind {
|
|
%f11 = shl i16 %f12, 2 ; <i16> [#uses=1]
|
|
%tmp7.25 = ashr i16 %f11, 8 ; <i16> [#uses=1]
|
|
ret i16 %tmp7.25
|
|
}
|