[all-commits] [llvm/llvm-project] b1aaed: Enable `Pass::initialize()` to fail by returning a...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Feb 10 17:52:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1aaed023e98ee9989532c8d3914c3bec7bbf964
https://github.com/llvm/llvm-project/commit/b1aaed023e98ee9989532c8d3914c3bec7bbf964
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M mlir/docs/PassManagement.md
M mlir/include/mlir/Pass/Pass.h
M mlir/include/mlir/Pass/PassManager.h
M mlir/lib/Pass/Pass.cpp
M mlir/lib/Transforms/Canonicalizer.cpp
Log Message:
-----------
Enable `Pass::initialize()` to fail by returning a LogicalResult
Differential Revision: https://reviews.llvm.org/D96474
More information about the All-commits
mailing list