[all-commits] [llvm/llvm-project] fb9fc7: One-shot-bufferize: allow non-tensor arguments in ...

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Wed Sep 7 06:54:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb9fc79809d5c2c3ab8809f7ff98fbfa8c3a9e7e
      https://github.com/llvm/llvm-project/commit/fb9fc79809d5c2c3ab8809f7ff98fbfa8c3a9e7e
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/test/Dialect/SCF/one-shot-bufferize.mlir

  Log Message:
  -----------
  One-shot-bufferize: allow non-tensor arguments in scg.while/for.

Currently, one-shot-bufferize crashes as soon as there's
a mixture of tensor and non-tensor arguments. This seems
to happen for no good reason.

Reviewed By: springerm

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




More information about the All-commits mailing list