[all-commits] [llvm/llvm-project] 88eefa: [mlir][SCFToOpenMP] Use walk pattern driver (#155242)
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Aug 26 02:52:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88eefa86410445204b7233e6ba01876974b53f77
https://github.com/llvm/llvm-project/commit/88eefa86410445204b7233e6ba01876974b53f77
Author: Matthias Springer <me at m-sp.org>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
Log Message:
-----------
[mlir][SCFToOpenMP] Use walk pattern driver (#155242)
The lowering pattern uses various APIs that are not supported in a
dialect conversion such as `Block::eraseArguments` and
`RewriterBase::replaceAllUsesWith`. Switch to the more efficient and
simpler walk pattern driver.
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