llvm-project/mlir/test/Dialect
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
..
AVX512 [mlir][AVX512] Start a primitive AVX512 dialect 2020-03-20 14:11:57 -04:00
Affine [MLIR][Affine][VectorOps] Vectorize uniform values in SuperVectorizer 2020-09-03 01:17:06 +03:00
GPU [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
LLVMIR [mlir] introduce type constraints for operands of LLVM dialect operations 2020-09-04 10:01:59 +02:00
Linalg [mlir][Linalg] Reduction dimensions specified in TC definition of ConvOps. 2020-09-09 15:17:07 +00:00
OpenACC [mlir][openacc] Add missing attributes and operands for acc.loop 2020-08-31 19:50:05 -04:00
OpenMP [OpenMP,MLIR] Translation of parallel operation: num_threads, if clauses 3/n 2020-08-07 20:54:24 +00:00
PDL [mlir][PDL] Add a PDL Interpreter Dialect 2020-08-26 05:22:27 -07:00
PDLInterp [mlir][PDL] Add a PDL Interpreter Dialect 2020-08-26 05:22:27 -07:00
Quant Enable FileCheck -enable-var-scope by default in MLIR test 2020-06-12 00:43:09 +00:00
SCF Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
SPIRV [spirv][nfc] Simplify resource limit with default values 2020-09-03 13:29:26 -04:00
Shape [MLIR][Shape] Fix typo 2020-08-27 08:19:13 +00:00
Standard [MLIR][Standard] Add `dynamic_tensor_from_elements` operation 2020-09-07 11:44:43 +00:00
Vector [mlir] [VectorOps] Improve SIMD compares with narrower indices 2020-09-03 21:43:38 -07:00
traits.mlir [mlir] Generalize broadcastable trait operands 2020-01-20 13:02:14 -08:00