[all-commits] [llvm/llvm-project] 8f66ab: Replace OwningModuleRef with OwningOpRef<ModuleOp>
Sanjoy Das via All-commits
all-commits at lists.llvm.org
Sun Jan 30 14:13:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f66ab1c2e00ca3e94dbdd2e435fbf0fe28bbee9
https://github.com/llvm/llvm-project/commit/8f66ab1c2e00ca3e94dbdd2e435fbf0fe28bbee9
Author: Sanjoy Das <sanjoy at playingwithpointers.com>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M mlir/examples/toy/Ch2/include/toy/MLIRGen.h
M mlir/examples/toy/Ch2/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch2/toyc.cpp
M mlir/examples/toy/Ch3/include/toy/MLIRGen.h
M mlir/examples/toy/Ch3/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch3/toyc.cpp
M mlir/examples/toy/Ch4/include/toy/MLIRGen.h
M mlir/examples/toy/Ch4/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch4/toyc.cpp
M mlir/examples/toy/Ch5/include/toy/MLIRGen.h
M mlir/examples/toy/Ch5/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch5/toyc.cpp
M mlir/examples/toy/Ch6/include/toy/MLIRGen.h
M mlir/examples/toy/Ch6/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch6/toyc.cpp
M mlir/examples/toy/Ch7/include/toy/MLIRGen.h
M mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch7/toyc.cpp
M mlir/include/mlir/IR/BuiltinOps.h
M mlir/include/mlir/IR/PatternMatch.h
M mlir/include/mlir/Parser.h
M mlir/include/mlir/Target/LLVMIR/Import.h
M mlir/include/mlir/Translation.h
M mlir/lib/CAPI/IR/IR.cpp
M mlir/lib/ExecutionEngine/JitRunner.cpp
M mlir/lib/Support/MlirOptMain.cpp
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/lib/Target/SPIRV/TranslateRegistration.cpp
M mlir/lib/Translation/Translation.cpp
M mlir/unittests/ExecutionEngine/Invoke.cpp
M mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
M mlir/unittests/Interfaces/DataLayoutInterfacesTest.cpp
M mlir/unittests/Interfaces/InferTypeOpInterfaceTest.cpp
M mlir/unittests/Pass/AnalysisManagerTest.cpp
M mlir/unittests/Pass/PassManagerTest.cpp
M mlir/unittests/Transforms/Canonicalizer.cpp
Log Message:
-----------
Replace OwningModuleRef with OwningOpRef<ModuleOp>
This addresses a TODO in BuiltinOps.h.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D118574
More information about the All-commits
mailing list