Skip to content

Commit f74d2f0

Browse files
committed
some comments/blanks cleanup
1 parent 6fd7e6e commit f74d2f0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

mlir/include/mlir/Interfaces/SideEffectInterfaces.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ struct Read : public Effect::Base<Read> {};
379379
/// 'write' effect implies only mutating a resource, and not any visible
380380
/// dereference or read.
381381
struct Write : public Effect::Base<Write> {};
382-
383382
} // namespace MemoryEffects
384383

385384
//===----------------------------------------------------------------------===//

mlir/include/mlir/Interfaces/SideEffectInterfaces.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def MemWrite : MemWrite<DefaultResource, 0, PartialEffect>;
8787
class MemWriteAt<int stage, EffectRange range = PartialEffect>
8888
: MemWrite<DefaultResource, stage, range>;
8989

90-
9190
//===----------------------------------------------------------------------===//
9291
// Effect Traits
9392
//===----------------------------------------------------------------------===//

mlir/lib/Interfaces/SideEffectInterfaces.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ using namespace mlir;
2222
/// Include the definitions of the side effect interfaces.
2323
#include "mlir/Interfaces/SideEffectInterfaces.cpp.inc"
2424

25-
// //===----------------------------------------------------------------------===//
26-
// // LoopLike Interfaces
27-
// //===----------------------------------------------------------------------===//
28-
29-
// /// Include the definitions of the loop like interfaces.
30-
// #include "mlir/Interfaces/LoopLikeInterface.cpp.inc"
31-
3225
//===----------------------------------------------------------------------===//
3326
// MemoryEffects
3427
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)