[all-commits] [llvm/llvm-project] 5b66e4: [mlir][SCF] Make the scf.take_assumed_branch trans...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Apr 12 12:30:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b66e44cff1ff19fc72a264b00e8b83250c86863
      https://github.com/llvm/llvm-project/commit/5b66e44cff1ff19fc72a264b00e8b83250c86863
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
    M mlir/test/Dialect/SCF/transform-op-take-assumed-branch.mlir

  Log Message:
  -----------
  [mlir][SCF] Make the scf.take_assumed_branch transform only read its target handle

Handles are tracked properly and usage composes better if we don't artificially lose handles.

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




More information about the All-commits mailing list