llvm-project/mlir/lib/Interfaces
Sean Silva be35264ab5 Wordsmith RegionBranchOpInterface verification errors
I was having a lot of trouble parsing the messages. In particular, the
messages like:

```
<stdin>:3:8: error: 'scf.if' op  along control flow edge from Region #0 to scf.if source #1 type '!npcomprt.tensor' should match input #1 type 'tensor<?xindex>'
```

In particular, one thing that kept catching me was parsing the "to scf.if
source #1 type" as one thing, but really it is
"to parent results: source type #1".

Differential Revision: https://reviews.llvm.org/D87334
2020-09-09 12:50:23 -07:00
..
CMakeLists.txt [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
CallInterfaces.cpp
ControlFlowInterfaces.cpp Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
CopyOpInterface.cpp [mlir] Add redundant copy removal transform 2020-07-03 15:36:25 +02:00
DerivedAttributeOpInterface.cpp [mlir] Add derived attribute op interface 2020-03-12 10:32:24 -07:00
InferTypeOpInterface.cpp [mlir] Add NamedAttrList 2020-05-07 12:33:36 -07:00
LoopLikeInterface.cpp [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ 2020-03-14 13:37:56 -07:00
SideEffectInterfaces.cpp [MLIR][NFC] Adopt variadic isa<> 2020-06-24 17:02:44 -07:00
VectorInterfaces.cpp [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
ViewLikeInterface.cpp [mlir] Add a ViewLikeOpInterface 2020-04-24 10:02:56 -04:00