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

Jonas Paulsson llvmlistbot at llvm.org
Thu Nov 14 18:21:55 PST 2024


JonPsson1 wrote:

Hmm, wait maybe the option -argext-abi-check=false is only available when SystemZ is built, as it is defined in the SystemZ backend.

I guess either move that option to a place where it is always present (makes sense as other targets should eventually also use it),
or follow the original idea and simply copy that test into a separate version for s390x, and XFAIL the original for s390x.

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


More information about the Mlir-commits mailing list