[all-commits] [llvm/llvm-project] 1c2789: [mlir][SCF] Pass result of getAsOpFoldResult to ge...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Fri Oct 20 03:26:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c27899e24381a0231003b1aae9c436e78174109
      https://github.com/llvm/llvm-project/commit/1c27899e24381a0231003b1aae9c436e78174109
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
    M mlir/test/Dialect/Tensor/tiling.mlir

  Log Message:
  -----------
  [mlir][SCF] Pass result of getAsOpFoldResult to getBoundedTileSize.

A recent change modified the parameter tileSize from Value to
OpFoldResult. Therefore we should call getAsOpFoldResult before passing
on the tileSize.
Adjust a test regarding this new behavior.




More information about the All-commits mailing list