brintos

brintos / llvm-project-archived public Read only

0
0
Text · 265 B · 4e92f81 Raw
5 lines · plain
1// RUN: mlir-opt %s -enable-arm-streaming="if-scalable-and-supported if-required-by-ops" -verify-diagnostics2 3// expected-error@below {{enable-arm-streaming: `if-required-by-ops` and `if-scalable-and-supported` are mutually exclusive}}4func.func @test() { return }5