[all-commits] [llvm/llvm-project] b58daf: Add a lowering for memref.dealloc with unranked me...

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Thu Feb 16 05:19:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b58daf91d6775502231dfd7ec7b5935b4ffd7326
      https://github.com/llvm/llvm-project/commit/b58daf91d6775502231dfd7ec7b5935b4ffd7326
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/test/Conversion/MemRefToLLVM/convert-dynamic-memref-ops.mlir

  Log Message:
  -----------
  Add a lowering for memref.dealloc with unranked memrefs.

This is permitted by the op, but the current lowering generates invalid IR.

Reviewed By: springerm

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




More information about the All-commits mailing list