[all-commits] [llvm/llvm-project] 0ff92f: [mlir][LLVM][NFC] Simplify `computeSizes` function...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Aug 14 08:00:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ff92fe2f08d376b45f4c84fd1e8392c79f7feca
      https://github.com/llvm/llvm-project/commit/0ff92fe2f08d376b45f4c84fd1e8392c79f7feca
  Author: Matthias Springer <me at m-sp.org>
  Date:   2025-08-14 (Thu, 14 Aug 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/LLVMCommon/MemRefBuilder.h
    M mlir/lib/Conversion/LLVMCommon/MemRefBuilder.cpp
    M mlir/lib/Conversion/LLVMCommon/Pattern.cpp
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp

  Log Message:
  -----------
  [mlir][LLVM][NFC] Simplify `computeSizes` function (#153588)

Rename `computeSizes` to `computeSize` and make it compute just a single
size. This is in preparation of adding 1:N support to the Func->LLVM
lowering patterns.



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