[PATCH] D80130: [mlir][SystemZ] Fix incompatible datalayout in SystemZ

Haruki Imai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 09:07:36 PDT 2020


imaihal added a comment.

Without this patch, following tests fail in SystemZ(z14)

  MLIR :: mlir-cpu-runner/linalg_integration_test.mlir
  MLIR :: mlir-cpu-runner/sgemm_naive_codegen.mlir
  MLIR :: mlir-cpu-runner/simple.mlir
  MLIR :: mlir-cpu-runner/unranked_memref.mlir
  MLIR :: mlir-cpu-runner/utils.mlir

Error message is as follows.

  Failure value returned from cantFail wrapped call
  Added modules have incompatible data layouts: E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64 (module) vs E-m:e-i1:8:16-i8:8:16-i64:6\
  4-f128:64-v128:64-a:8:16-n32:64 (jit)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80130/new/

https://reviews.llvm.org/D80130





More information about the llvm-commits mailing list