[all-commits] [llvm/llvm-project] 3d51b4: Fix induction variable type in scf.for py binding.

Jevin Jiang via All-commits all-commits at lists.llvm.org
Thu Sep 21 01:07:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d51b40c4a4855a36a503d269c6c484404652949
      https://github.com/llvm/llvm-project/commit/3d51b40c4a4855a36a503d269c6c484404652949
  Author: Jevin Jiang <jevinjiang at google.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M mlir/python/mlir/dialects/_scf_ops_ext.py

  Log Message:
  -----------
  Fix induction variable type in scf.for py binding.

- make sure that the type of induction variable should be determined by the type of the lower bound type.

Reviewed By: ftynse

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




More information about the All-commits mailing list