[all-commits] [llvm/llvm-project] 921535: [MLIR] Fix TestAffineDataCopy for test cases with ...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Mon May 3 10:13:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92153575e64bf8e2e14ed236416bbb33cf7e2c2e
      https://github.com/llvm/llvm-project/commit/92153575e64bf8e2e14ed236416bbb33cf7e2c2e
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M mlir/test/lib/Dialect/Affine/TestAffineDataCopy.cpp

  Log Message:
  -----------
  [MLIR] Fix TestAffineDataCopy for test cases with no load ops

Add missing check in -test-affine-data-copy without which a test case
that has no affine.loads at all would crash this test pass. Fix two
clang-tidy warnings in the file while at this. (Not adding a test case
given the triviality.)

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




More information about the All-commits mailing list