brintos

brintos / llvm-project-archived public Read only

0
0
Text · 512 B · 4cf9bad Raw
11 lines · c
1// -----------------------------------------------------------------------------2// Tests for the -mvscale-min flag3// -----------------------------------------------------------------------------4 5// Error out if value is unbounded.6// -----------------------------------------------------------------------------7// RUN: not %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve \8// RUN:  -mvscale-min=0 2>&1 | FileCheck %s9 10// CHECK: error: minimum vscale must be an unsigned integer greater than 011