Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Verifier / sme-attributes.ll
blob7f788cfd09f07276277483447ed0120c9c4aaddf
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 declare void @sm_attrs() "aarch64_pstate_sm_enabled" "aarch64_pstate_sm_compatible";
4 ; CHECK: Attributes 'aarch64_pstate_sm_enabled and aarch64_pstate_sm_compatible' are incompatible!
6 declare void @za_preserved() "aarch64_pstate_za_new" "aarch64_pstate_za_preserved";
7 ; CHECK: Attributes 'aarch64_pstate_za_new and aarch64_pstate_za_preserved' are incompatible!
9 declare void @za_shared() "aarch64_pstate_za_new" "aarch64_pstate_za_shared";
10 ; CHECK: Attributes 'aarch64_pstate_za_new and aarch64_pstate_za_shared' are incompatible!