[all-commits] [llvm/llvm-project] 2f2327: [mlir] Support operations with multiple results in...

Thomas via All-commits all-commits at lists.llvm.org
Mon Jul 13 13:25:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f23270af9bbe87859dc228eca63ccbc8986bebd
      https://github.com/llvm/llvm-project/commit/2f23270af9bbe87859dc228eca63ccbc8986bebd
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
    M mlir/lib/Analysis/SliceAnalysis.cpp
    M mlir/test/Dialect/Affine/slicing-utils.mlir

  Log Message:
  -----------
  [mlir] Support operations with multiple results in slicing

Right now slicing would assert if an operation with multiple results is in the
slice.

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




More information about the All-commits mailing list