llvm-project/mlir/lib/Conversion
Nicolas Vasilache da95a0d8cc [mlir] NFC - Appease gcc 5
This should fix the error ```
VectorToSCF.cpp:238:62: error: specialization of 'template<class
ConcreteOp> mlir::LogicalResult
{anonymous}::NDTransferOpHelper<ConcreteOp>::doReplace()' in different
namespace
```
2020-05-19 22:47:51 -04:00
..
AVX512ToLLVM [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
AffineToStandard [mlir][Affine] Introduce affine.vector_load and affine.vector_store 2020-05-14 13:17:58 -07: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][GPUToSPIRV] Use default ABI only when none of the arguments 2020-05-14 21:48:51 -07:00
GPUToVulkan [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
LinalgToLLVM [mlir] Rename conversions involving ex-Loop dialect to mention SCF 2020-05-15 10:45:11 +02:00
LinalgToSPIRV [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
LinalgToStandard [MLIR] Fix linkage for libMLIR.so 2020-05-17 13:46:52 -07:00
SCFToGPU [mlir] Rename conversions involving ex-Loop dialect to mention SCF 2020-05-15 10:45:11 +02:00
SCFToStandard [mlir] Rename conversions involving ex-Loop dialect to mention SCF 2020-05-15 10:45:11 +02:00
StandardToLLVM Fixed a typo in the comment for allocateBuffer() 2020-05-18 14:41:57 -04:00
StandardToSPIRV [mlir][StandardToSPIRV] Fix signedness issue in bitwidth emulation. 2020-05-19 11:00:01 -07:00
VectorToLLVM [mlir][Vector] Add an optional "masked" boolean array attribute to vector transfer operations 2020-05-18 11:52:08 -04:00
VectorToSCF [mlir] NFC - Appease gcc 5 2020-05-19 22:47:51 -04:00
CMakeLists.txt [mlir] Rename conversions involving ex-Loop dialect to mention SCF 2020-05-15 10:45:11 +02:00
PassDetail.h [mlir][Pass] Update the PassGen to generate base classes instead of utilities 2020-04-07 14:08:52 -07:00