[all-commits] [llvm/llvm-project] 9f2ce5: [mlir][SystemZ] Fix incompatible datalayout in Sys...

Haruki Imai via All-commits all-commits at lists.llvm.org
Tue May 19 20:46:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f2ce5b915a505a5488a5cf91bb0a8efa9ddfff7
      https://github.com/llvm/llvm-project/commit/9f2ce5b915a505a5488a5cf91bb0a8efa9ddfff7
  Author: Haruki Imai <imaihal at jp.ibm.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  [mlir][SystemZ] Fix incompatible datalayout in SystemZ

MLIR tests in "mlir/test/mlir-cpu-runner" fails in SystemZ (z14) because
of incompatible datalayout error. This patch fixes it by setting host
CPU name in createTargetMachine()

Differential Revision: https://reviews.llvm.org/D80130




More information about the All-commits mailing list