[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AArch64 / SVE / directive-arch_extension-negative.s
blobb07afa6d5d07426aea95fb406b1631e63d8047e1
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch_extension nosve
5 ptrue p0.b, pow2
6 // CHECK: error: instruction requires: sve
7 // CHECK-NEXT: ptrue p0.b, pow2