[all-commits] [llvm/llvm-project] 8553ef: [mlir][LLVM] Add `OpBuilder &` to `lookupOrCreateF...

Matthias Springer via All-commits all-commits at lists.llvm.org
Sun Apr 20 01:06:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8553efd2e98575fbee2c81a334ec28b12e055406
      https://github.com/llvm/llvm-project/commit/8553efd2e98575fbee2c81a334ec28b12e055406
  Author: Matthias Springer <me at m-sp.org>
  Date:   2025-04-20 (Sun, 20 Apr 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/lib/Conversion/LLVMCommon/Pattern.cpp
    M mlir/lib/Conversion/LLVMCommon/PrintCallHelper.cpp
    M mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp

  Log Message:
  -----------
  [mlir][LLVM] Add `OpBuilder &` to `lookupOrCreateFn` functions (#136421)

These functions are called from lowering patterns. All IR modifications
in a pattern must be performed through the provided rewriter, but these
functions used to instantiate a new `OpBuilder`, bypassing the provided
rewriter.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list