[Mlir-commits] [mlir] [MLIR] Add SystemZ arg extensions for some tests (PR #116314)

Jonas Paulsson llvmlistbot at llvm.org
Tue Nov 19 08:34:13 PST 2024


JonPsson1 wrote:

> Instead of repeating the whole command you could write mlir-cpu-runner %s %if target={{s390x-.*}} %{ -argext-abi-check=false } | FileCheck %s instead if you like (or split across multiple lines). That way if people were to modify the lines in the future they do not need to add more flags in multiple places (one which might be untested!).

Thanks for review - I updated the test by inlining the `%if`s instead.

https://github.com/llvm/llvm-project/pull/116314


More information about the Mlir-commits mailing list