[all-commits] [llvm/llvm-project] e03266: [mlir] Skip empty op-pipelines in inliner textual ...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Dec 29 14:00:23 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e03266994af898efcde7b27936250e85f774f39f
https://github.com/llvm/llvm-project/commit/e03266994af898efcde7b27936250e85f774f39f
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-12-29 (Tue, 29 Dec 2020)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
[mlir] Skip empty op-pipelines in inliner textual opt parsing
Avoids failing on cases like
inline{default-pipeline=canonicalize max-iterations=4 op-pipelines=},
as produced by crash reproducer.
More information about the All-commits
mailing list