Changes in directory llvm/test/Regression/CodeGen/Alpha:
zapnot4.ll added (r1.1) --- Log message: new testcase, this should turn into zap --- Diffs of the changes: (+8 -0) zapnot4.ll | 8 ++++++++ 1 files changed, 8 insertions(+) Index: llvm/test/Regression/CodeGen/Alpha/zapnot4.ll diff -c /dev/null llvm/test/Regression/CodeGen/Alpha/zapnot4.ll:1.1 *** /dev/null Wed Oct 11 00:10:29 2006 --- llvm/test/Regression/CodeGen/Alpha/zapnot4.ll Wed Oct 11 00:10:19 2006 *************** *** 0 **** --- 1,8 ---- + ; RUN: llvm-as < %s | llc -march=alpha | grep zapnot + + ulong %foo(ulong %y) { + %tmp = shl ulong %y, ubyte 3 ; <ulong> [#uses=1] + %tmp2 = and ulong %tmp, 65535 ; <ulong> [#uses=1] + ret ulong %tmp2 + } + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits