Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/Value.h | ||
---|---|---|
19 | This include is actually not necessary. SmallPtrSet and its impl is already fwd decl'ed in mlir/Support/LLVM.h. |
Paths
| Differential D78426
[MLIR] Move `replaceAllUsesExcept` from LoopUtil.h to Value.h. ClosedPublic Authored by pifon2a on Apr 18 2020, 7:00 AM.
Details
Diff Detail
Event Timelinerriddle added inline comments. This revision is now accepted and ready to land.Apr 18 2020, 10:49 AM
Closed by commit rGad9988f4da95: [MLIR] Move `replaceAllUsesExcept` from LoopUtil.h to Value.h. (authored by pifon2a). · Explain WhyApr 20 2020, 12:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258519 mlir/include/mlir/IR/Value.h
mlir/include/mlir/Transforms/LoopUtils.h
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
mlir/lib/IR/Value.cpp
mlir/lib/Transforms/Utils/LoopUtils.cpp
|
Please don't add includes here, if it is truly necessary move it to the .cpp file.