[all-commits] [llvm/llvm-project] 7c800a: [mlir] Relax requirement on memory buffer creation.

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Wed Aug 30 15:30:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c800a41b04304719f98af376e488962fc3725da
      https://github.com/llvm/llvm-project/commit/7c800a41b04304719f98af376e488962fc3725da
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M mlir/lib/Parser/Parser.cpp

  Log Message:
  -----------
  [mlir] Relax requirement on memory buffer creation.

parseSourceString does not require null-terminated string, hence
requirement on memory buffer can be relaxed.

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




More information about the All-commits mailing list