[all-commits] [llvm/llvm-project] ecf458: [MLIR] Improve error message on missing getArgumen...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Dec 3 17:27:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecf458507e03b16077dba66ba1e5f873d4adfa23
https://github.com/llvm/llvm-project/commit/ecf458507e03b16077dba66ba1e5f873d4adfa23
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-12-04 (Sat, 04 Dec 2021)
Changed paths:
M mlir/lib/Pass/PassRegistry.cpp
Log Message:
-----------
[MLIR] Improve error message on missing getArgument() override on pass
Improve error message while registering a pass with a missing getArgument() override.
Differential Revision: https://reviews.llvm.org/D114744
More information about the All-commits
mailing list