[all-commits] [llvm/llvm-project] 5f3425: [mlir] FuncToLLVM: fail gracefully in bare pointer...

ftynse via All-commits all-commits at lists.llvm.org
Mon Mar 27 07:54:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f34259609f604bfcd5cbf324a32d265e6a5d347
      https://github.com/llvm/llvm-project/commit/5f34259609f604bfcd5cbf324a32d265e6a5d347
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp
    M mlir/test/Conversion/FuncToLLVM/func-memref-return.mlir

  Log Message:
  -----------
  [mlir] FuncToLLVM: fail gracefully in bare pointer multi-result covnersion

When type conversion fails, return pattern failure instead of crashing.

Closes #61717.




More information about the All-commits mailing list