[all-commits] [llvm/llvm-project] e41805: [mlir] Drop forward-declaration of loop::Terminato...
ftynse via All-commits
all-commits at lists.llvm.org
Thu May 7 09:28:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e41805fdab68b0509e083d5c22f455efafda09cf
https://github.com/llvm/llvm-project/commit/e41805fdab68b0509e083d5c22f455efafda09cf
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/LoopOps/LoopOps.h
Log Message:
-----------
[mlir] Drop forward-declaration of loop::TerminatorOp.
This Op has been deleted in favor of loop::YieldOp, but the forward
declaration remain in the header.
More information about the All-commits
mailing list