[all-commits] [llvm/llvm-project] c5a6fd: [MLIR][Mem2Reg] Change API to always retry promoti...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed May 8 05:08:21 PDT 2024
Branch: refs/heads/users/dinistro/mem2reg-retry-without-rewalking
Home: https://github.com/llvm/llvm-project
Commit: c5a6fd716c09d3445db41337c1bfbc9d6626e4da
https://github.com/llvm/llvm-project/commit/c5a6fd716c09d3445db41337c1bfbc9d6626e4da
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-05-08 (Wed, 08 May 2024)
Changed paths:
M mlir/include/mlir/Transforms/Mem2Reg.h
M mlir/lib/Transforms/Mem2Reg.cpp
Log Message:
-----------
[MLIR][Mem2Reg] Change API to always retry promotion after changes
This commit modifies the Mem2Reg's API to always attempt a full
promotion on all the passed in "allocators". This ensures that the pass
does not require unnecessary walks over the regions and improves caching
benefits.
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