[all-commits] [llvm/llvm-project] d2f2c0: [MLIR][SROA] Replace pattern based approach with a...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Mar 15 10:36:24 PDT 2024


  Branch: refs/heads/users/dinistro/remove-sroa-pattern
  Home:   https://github.com/llvm/llvm-project
  Commit: d2f2c0d3fa4af304bb0e28753b6c5b76e54d1302
      https://github.com/llvm/llvm-project/commit/d2f2c0d3fa4af304bb0e28753b6c5b76e54d1302
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
    M mlir/include/mlir/Transforms/SROA.h
    M mlir/lib/Transforms/SROA.cpp
    M mlir/test/Dialect/LLVMIR/sroa-intrinsics.mlir

  Log Message:
  -----------
  [MLIR][SROA] Replace pattern based approach with a one-shot one

This commit changes MLIR's SROA implementation back from being pattern
based into a full pass. This is beneficial for upcomming changes that
rely more heavily on the datalayout.



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