[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / arm64-darwin-cc.ll
blob9e18f778d1c4688d3c58af5af50bbc93dc2b2c74
1 ; RUN: sed -e "s,CC,cfguard_checkcc,g" %s | not --crash llc -mtriple=arm64-apple-darwin -o - 2>&1 | FileCheck %s --check-prefix=CFGUARD
2 ; RUN: sed -e "s,CC,aarch64_sve_vector_pcs,g" %s | not --crash llc -mtriple=arm64-apple-darwin -o - 2>&1 | FileCheck %s --check-prefix=SVE_VECTOR_PCS
4 define CC void @f0() {
5   unreachable
8 ; CFGUARD: Calling convention CFGuard_Check is unsupported on Darwin.
9 ; SVE_VECTOR_PCS: Calling convention SVE_VectorCall is unsupported on Darwin.