blob: 1492f9dbee7593243213b76a6a51e564fafbceb2 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz
Anton Korobeynikove6220fb2009-07-16 13:32:49 +00002
3define i64 @foo(i64 %a, i64 %b) {
4entry:
5 %c = and i64 %a, %b
6 ret i64 %c
7}