[all-commits] [llvm/llvm-project] d0469d: [mlir] Move WalkResult to Support (#145649)
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Jun 25 01:59:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0469d1d3c31e919dba97637ac7ab063c44118e5
https://github.com/llvm/llvm-project/commit/d0469d1d3c31e919dba97637ac7ab063c44118e5
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
R mlir/include/mlir/IR/StateStack.h
M mlir/include/mlir/IR/Visitors.h
A mlir/include/mlir/Support/StateStack.h
A mlir/include/mlir/Support/WalkResult.h
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/IR/CMakeLists.txt
R mlir/lib/IR/StateStack.cpp
M mlir/lib/Support/CMakeLists.txt
A mlir/lib/Support/StateStack.cpp
Log Message:
-----------
[mlir] Move WalkResult to Support (#145649)
This also enables moving StateStack, both are relatively generic helper
structs not tied to IR.
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