[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / AArch64 / simple-macho.ll
blob2c2ad8a7a698d0848c9c95f296c6a1b94e53aee0
1 ; RUN: llc -mtriple=arm64-macho -o - %s | FileCheck %s
2 ; RUN: llc -mtriple=arm64-macho -filetype=obj -o %t %s
3 ; RUN: llvm-objdump -triple=arm64-macho -d %t | FileCheck --check-prefix=CHECK-OBJ %s
5 define void @foo() {
6 ; CHECK-LABEL: _foo:
7 ; CHECK: ret
9 ; CHECK-OBJ: 0: c0 03 5f d6 ret
11   ret void