llvm-project/mlir/test/Dialect
rkayaith 7814b559bd [GreedyPatternRewriter] Avoid reversing constant order
The previous fix from af371f9f98 only applied when using a bottom-up
traversal. The change here applies the constant preprocessing logic to the
top-down case as well. This resolves the issue with the canonicalizer pass still
reordering constants, since it uses a top-down traversal by default.

Fixes #51892

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D125623
2022-05-18 00:55:59 -07:00
..
AMDGPU [MLIR][AMDGPU] Add AMDGPU dialect, wrappers around raw buffer intrinsics 2022-05-10 14:59:58 +00:00
AMX [mlir][NFC] Update textual references of `func` to `func.func` in AMX/Arithmetic/ArmSVE/Async tests 2022-04-20 22:17:28 -07:00
Affine [AsmParser] Rework logic around "region argument parsing" 2022-04-28 11:12:44 -07:00
Arithmetic [GreedyPatternRewriter] Avoid reversing constant order 2022-05-18 00:55:59 -07:00
ArmNeon [mlir][NFC] Update textual references of `func` to `func.func` in AMX/Arithmetic/ArmSVE/Async tests 2022-04-20 22:17:28 -07:00
ArmSVE [mlir][NFC] Update textual references of `func` to `func.func` in AMX/Arithmetic/ArmSVE/Async tests 2022-04-20 22:17:28 -07:00
Async [mlir][NFC] Update textual references of `func` to `func.func` in AMX/Arithmetic/ArmSVE/Async tests 2022-04-20 22:17:28 -07:00
Bufferization [mlir][bufferize] Better propagation of errors 2022-05-16 23:17:01 +02:00
Builtin [mlir][NFC] Update textual references of `func` to `func.func` in Bufferization/Complex/EmitC/CF/Func/GPU tests 2022-04-20 22:17:28 -07:00
Complex [mlir] Add sin & cos ops to complex dialect 2022-05-03 19:36:12 +02:00
ControlFlow [MLIR Parser] Improve QoI for "expected token" errors 2022-05-10 15:44:17 +01:00
DLTI [mlir] Data layout for integer and float types 2022-03-02 14:56:49 +01:00
EmitC [mlir][emitc] Add a cast op 2022-04-28 15:50:59 +00:00
Func [mlir][NFC] Update textual references of `func` to `func.func` in Bufferization/Complex/EmitC/CF/Func/GPU tests 2022-04-20 22:17:28 -07:00
GPU [MLIR][GPU] Add canonicalizer for gpu.memcpy 2022-05-14 19:01:04 +05:30
LLVMIR [mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionality 2022-05-17 18:19:14 +00:00
Linalg [mlir] Remove the `type` keyword from type alias definitions 2022-05-16 13:54:02 -07:00
MLProgram [mlir] Introduce ml_program dialect. 2022-04-13 21:38:14 -07:00
Math [mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/MemRef/NVGPU/OpenACC/OpenMP/Quant/SCF/Shape tests 2022-04-20 22:17:28 -07:00
MemRef Fix CollapsedLayoutMap for dim size 1 case 2022-04-22 17:48:24 -04:00
NVGPU [mlir][gpu] Move async copy ops to NVGPU and add caching hints 2022-05-10 22:30:24 +00:00
OpenACC [mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/MemRef/NVGPU/OpenACC/OpenMP/Quant/SCF/Shape tests 2022-04-20 22:17:28 -07:00
OpenMP [mlir] Remove special case parsing/printing of `func` operations 2022-05-06 13:36:15 -07:00
PDL [mlir:PDL] Rework errors for pdl.operations with non-inferrable results 2022-04-28 12:58:00 -07:00
PDLInterp [mlir:PDLInterp] Refactor the implementation of result type inferrence 2022-05-01 12:25:05 -07:00
Quant [mlir] Remove the `type` keyword from type alias definitions 2022-05-16 13:54:02 -07:00
SCF [GreedyPatternRewriter] Avoid reversing constant order 2022-05-18 00:55:59 -07:00
SPIRV [AsmParser] Adopt emitWrongTokenError more, improving QoI 2022-05-11 20:41:12 +01:00
Shape [mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/MemRef/NVGPU/OpenACC/OpenMP/Quant/SCF/Shape tests 2022-04-20 22:17:28 -07:00
SparseTensor [mlir][sparse] Enhancing sparse=>sparse conversion. 2022-05-16 15:42:19 -07:00
Tensor [mlir][bufferize] Better user control of layout maps 2022-05-16 18:06:13 +02:00
Tosa [DenseElementsAttr] Teach isValidRawBuffer that 1-elt values are splats. 2022-05-14 11:49:43 +01:00
Transform [mlir] improve and test TransformState::Extension 2022-05-03 11:33:00 +02:00
Vector [mlir][vector] Add lowering pattern for vector.warp_execute_on_lane_0 op 2022-05-12 13:27:43 +00:00
X86Vector [mlir][NFC] Update textual references of `func` to `func.func` in Tensor/Tosa/Vector tests 2022-04-20 22:17:29 -07:00
traits.mlir [mlir][NFC] Update textual references of `func` to `func.func` in IR/Interface tests 2022-04-20 22:17:30 -07:00