[all-commits] [llvm/llvm-project] 4a83f1: [mlir] fix test failure in EDSC/builder-api-test

Hiroshi Inoue via All-commits all-commits at lists.llvm.org
Thu Jan 9 05:11:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a83f1e171b73b819bcdb486e363b409d25fc629
      https://github.com/llvm/llvm-project/commit/4a83f1e171b73b819bcdb486e363b409d25fc629
  Author: Hiroshi Inoue <inouehrs at jp.ibm.com>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M mlir/test/EDSC/builder-api-test.cpp

  Log Message:
  -----------
  [mlir] fix test failure in EDSC/builder-api-test

This patch fixes a test failure on a non-intel (PowerPC64) box.
The two affine.load are independent and hence llvm may reorder them.
The CHECK lines are modified for supporting reordered case.

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




More information about the All-commits mailing list