2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=alpha | grep zapnot
|
2006-10-11 05:10:19 +00:00
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define i64 @foo(i64 %y) {
|
|
|
|
%tmp = shl i64 %y, 3 ; <i64> [#uses=1]
|
|
|
|
%tmp2 = and i64 %tmp, 65535 ; <i64> [#uses=1]
|
|
|
|
ret i64 %tmp2
|
2006-10-11 05:10:19 +00:00
|
|
|
}
|