[all-commits] [llvm/llvm-project] 480958: [mlir] Add a test for OperationFolder

ftynse via All-commits all-commits at lists.llvm.org
Thu May 7 03:42:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4809580463380b8366309eb29073fda69d9bbf43
      https://github.com/llvm/llvm-project/commit/4809580463380b8366309eb29073fda69d9bbf43
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    A mlir/test/Transforms/test-operation-folder.mlir

  Log Message:
  -----------
  [mlir] Add a test for OperationFolder

Adds a test exercising the rewriting pattern in the test dialect that calls
OperationFolder.create.


  Commit: 54c927b988b874d52d85320b46d9dbbf386e4c54
      https://github.com/llvm/llvm-project/commit/54c927b988b874d52d85320b46d9dbbf386e4c54
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    A mlir/test/Dialect/Affine/constant-fold.mlir

  Log Message:
  -----------
  [mlir] Add a test exercising partial constant folding of affine min/max

This functionality was introduced in a87db48e6fdaf8ce9e7cc479945892b934dd9404
but only only tested indirectly though Linalg tests. Add direct tests.


Compare: https://github.com/llvm/llvm-project/compare/a87db48e6fda...54c927b988b8


More information about the All-commits mailing list