diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Alpha/zapnot2.ll | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/zapnot2.ll b/llvm/test/Regression/CodeGen/Alpha/zapnot2.ll new file mode 100644 index 00000000000..342c269cde8 --- /dev/null +++ b/llvm/test/Regression/CodeGen/Alpha/zapnot2.ll @@ -0,0 +1,10 @@ +; Make sure this testcase codegens to the zapnot instruction +; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot' + +implementation ; Functions: + +long %bar(long %x) { +entry: + %tmp.1 = and long %x, 255 ; <long> [#uses=1] + ret long %tmp.2 +} |

