[all-commits] [llvm/llvm-project] 90dac7: [mlir][bufferize][NFC] Fix FileCheck capture

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Oct 3 00:12:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90dac71a9a9f9040d585fcb24d8c3909eb38e3de
      https://github.com/llvm/llvm-project/commit/90dac71a9a9f9040d585fcb24d8c3909eb38e3de
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][bufferize][NFC] Fix FileCheck capture

One of the test cases matched IR from a subsequent test case. For this reason, the test case appeared to pass while it is actually broken.

This change does not fix the test case itself. It will be fixed when we overhaul the buffer deallocation implementation. (The memory leak in this test case is an edge case.)

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




More information about the All-commits mailing list