llvm-project/mlir/lib/Conversion
Alex Zinenko 473bdaf2e8 [mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/FuncConversions
Conversion/ folders were originally intended to store patterns for
DialectA->DialectB conversions that depend on both dialects and do not
conceptually belong to either of the dialects. As such, DialectA->DialectA
conversion does not make sense under Conversion/ and should rather live with
the dialect it operates on.

Differential Revision: https://reviews.llvm.org/D79569
2020-05-13 00:33:25 +02:00
..
AVX512ToLLVM [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
AffineToStandard [mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow) 2020-05-11 15:04:27 +02:00
GPUCommon [mlir][GPUOpsLowering] Add missing include for FormatVariadic 2020-05-01 15:58:20 -07:00
GPUToCUDA [MLIR] GPUToCUDA conversion: MC is only needed if NVPTX is enabled. 2020-05-05 08:55:17 -07:00
GPUToNVVM [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
GPUToROCDL [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
GPUToSPIRV [mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow) 2020-05-11 15:04:27 +02:00
GPUToVulkan [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
LinalgToLLVM [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
LinalgToSPIRV [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
LoopToStandard [mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow) 2020-05-11 15:04:27 +02:00
LoopsToGPU [mlir][Value] Add v.getDefiningOp<OpTy>() 2020-05-11 12:55:27 -07:00
StandardToLLVM [mlir] Simplify and better document std.view semantics 2020-05-11 12:29:23 -04:00
StandardToSPIRV [mlir][StandardToSPIRV] Add support for lowering index_cast to SPIR-V. 2020-05-11 15:41:25 -07:00
VectorToLLVM [mlir][Vector] NFC - Rename vector.strided_slice into vector.extract_strided_slice 2020-05-11 14:21:10 -07:00
VectorToLoops [mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow) 2020-05-11 15:04:27 +02:00
CMakeLists.txt [mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/FuncConversions 2020-05-13 00:33:25 +02:00
PassDetail.h [mlir][Pass] Update the PassGen to generate base classes instead of utilities 2020-04-07 14:08:52 -07:00