[all-commits] [llvm/llvm-project] 2257eb: [mlir][arith][bufferize] Fix crash when bufferizin...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Aug 23 08:41:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2257ebd33ad1f3b7912cfab18edc3bbcfa8fa046
      https://github.com/llvm/llvm-project/commit/2257ebd33ad1f3b7912cfab18edc3bbcfa8fa046
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/Arith/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/test/Dialect/Arith/bufferize.mlir

  Log Message:
  -----------
  [mlir][arith][bufferize] Fix crash when bufferizing elementwise arith.select

Elementwise arith.select are currently not supported. Emit an error message instead of crashing. This fixes #61707.

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




More information about the All-commits mailing list