[all-commits] [llvm/llvm-project] 95b2e2: [mlir] Simplify PreservedAnalyses::isInvalidated (...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Apr 27 08:53:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95b2e234f97a4153574ec51fb44e27b072439a90
https://github.com/llvm/llvm-project/commit/95b2e234f97a4153574ec51fb44e27b072439a90
Author: Kazu Hirata <kazu at google.com>
Date: 2025-04-27 (Sun, 27 Apr 2025)
Changed paths:
M mlir/include/mlir/Pass/AnalysisManager.h
Log Message:
-----------
[mlir] Simplify PreservedAnalyses::isInvalidated (NFC) (#137506)
We can use "constexpr if" to combine the two variants of functions.
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