llvm-project/mlir/test/Dialect
Rob Suderman 871c812483 [mlir][linalg] Finish refactor of TC ops to YAML
Multiple operations were still defined as TC ops that had equivalent versions
as YAML operations. Reducing to a single compilation path guarantees that
frontends can lower to their equivalent operations without missing the
optimized fastpath.

Some operations are maintained purely for testing purposes (mainly conv{1,2,3}D
as they are included as sole tests in the vectorizaiton transforms.

Differential Revision: https://reviews.llvm.org/D108169
2021-08-20 12:35:04 -07:00
..
AMX Update syntax for amx.tile_muli to use two Unit attr to mark the zext case 2021-03-20 04:12:24 +00:00
Affine [mlir] Set insertion point of vector constant to the top of the vectorized loop body 2021-07-29 15:42:23 -07:00
ArmNeon 2d Arm Neon sdot op, and lowering to the intrinsic. 2021-06-10 14:36:39 -07:00
ArmSVE [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Async [mlir] Async: clone constants into async.execute functions and parallel compute functions 2021-08-02 12:17:41 -07:00
Builtin [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Complex Add Log1pOp to complex dialect. 2021-07-07 11:33:54 +02:00
DLTI [mlir] support data layout specs on ModuleOp 2021-03-24 15:13:38 +01:00
EmitC [mlir] Change custom syntax of emitc.include op to resemble C 2021-07-05 16:40:05 +02:00
GPU [Testsuite] Change these tests to only have a single verification error, NFC. 2021-06-13 21:36:31 -07:00
LLVMIR [mlir] Tighten LLVM_AnyNonAggregate ODS type constraint 2021-08-11 16:30:19 +02:00
Linalg [mlir][linalg] Finish refactor of TC ops to YAML 2021-08-20 12:35:04 -07:00
Math [mlir] Make polynomial approximation emit std instead of LLVM ops 2021-08-11 16:37:21 +02:00
MemRef [mlir][MemRef] Fix canonicalization of BufferCast(TensorLoad). 2021-08-06 08:32:35 +02:00
OpenACC [mlir][openacc] Add canonicalization for standalone data operations for if condition 2021-06-07 11:40:59 -04:00
OpenMP [MLIR][OpenMP] Add support for critical construct 2021-08-03 10:50:21 +01:00
PDL [PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator 2021-07-27 20:45:10 +00:00
PDLInterp [mlir][PDL] Add support for variadic operands and results in the PDL Interpreter 2021-03-16 13:20:19 -07:00
Quant [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
SCF [MLIR][SCF] Parenthesize multiple return types in scf.execute_region asm op 2021-08-19 21:31:51 +01:00
SPIRV [mlir][spirv] Add (InBounds)PtrAccessChain ops 2021-08-18 17:59:21 +03:00
Shape Enables inferring return types for Shape op if possible 2021-08-18 21:36:55 +00:00
SparseTensor [mlir][sparse] add test for DimOp folding 2021-08-20 11:24:09 -07:00
Standard [MLIR][STD] Add safe scalar constant propagation for FPTruncOp 2021-08-06 16:31:29 -07:00
Tensor [mlir][Tensor] Implement `reifyReturnTypeShapesPerResultDim` for `tensor.insert_slice`. 2021-07-13 14:53:29 -07:00
Tosa [mlir][tosa] Add folders for trivial tosa operation cases 2021-08-10 14:43:00 -07:00
Vector [mlir] Add support for moving reductions to outer most dimensions in vector.multi_reduction 2021-08-13 12:59:50 -07:00
X86Vector [mlir][vector][avx] add AVX dot product to X86Vector dialect with lowering 2021-04-15 15:01:39 -07:00
traits.mlir [mlir] Fix broadcasting check with 1 values 2021-07-11 20:41:33 -07:00