2009-09-09 02:09:15 +02:00
|
|
|
; RUN: llc < %s -march=alpha | grep zapnot
|
2006-10-11 07:10:19 +02:00
|
|
|
|
2008-02-19 02:41:04 +01: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 07:10:19 +02:00
|
|
|
}
|