[all-commits] [llvm/llvm-project] ddd848: [PDL] Remove RewriteEndOp and mark RewriteOp as No...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jul 27 13:45:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddd84821172152592f76c2d5bf3debed436fc05e
https://github.com/llvm/llvm-project/commit/ddd84821172152592f76c2d5bf3debed436fc05e
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
M mlir/test/Dialect/PDL/invalid.mlir
Log Message:
-----------
[PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator
RewriteEndOp was a fake terminator operation that is no longer needed now that blocks are not required to have terminators.
Differential Revision: https://reviews.llvm.org/D106911
Commit: e90a0d6381911fba87ae55fc1e6f877a3f3890d9
https://github.com/llvm/llvm-project/commit/e90a0d6381911fba87ae55fc1e6f877a3f3890d9
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Support/LogicalResult.h
Log Message:
-----------
[mlir] Add a FailureOr copy constructor from a FailureOr of a convertible type.
Compare: https://github.com/llvm/llvm-project/compare/8baa87d91811...e90a0d638191
More information about the All-commits
mailing list