llvm-project/mlir/lib
Weiwei Li c0a6381e49 [mlir][SPIRVToLLVM] Solve ExecutionModeOp redefinition and add OpTypeSampledImage into SPV_Type
1. To avoid two ExecutionModeOp using the same name, adding the value of execution mode in name when converting to LLVM dialect.
2. To avoid syntax error in spv.OpLoad, add OpTypeSampledImage into SPV_Type.

Reviewed by:antiagainst

Differential revision:https://reviews.llvm.org/D111193
2021-10-13 10:03:25 +08:00
..
Analysis [MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map 2021-10-03 09:25:18 +05:30
Bindings/Python [mlir][python] Add nameloc getter 2021-10-12 12:45:57 -07:00
CAPI [mlir] Extend C and Python API to support bulk loading of DenseElementsAttr. 2021-10-07 08:42:12 -07:00
Conversion [mlir][SPIRVToLLVM] Solve ExecutionModeOp redefinition and add OpTypeSampledImage into SPV_Type 2021-10-13 10:03:25 +08:00
Dialect [mlir][linalg][bufferize][NFC] Remove InSpaceSpec from bufferizesToMemoryWrite 2021-10-13 09:51:22 +09:00
ExecutionEngine [mlir][sparse] add action enum, group enums together, few asserts 2021-10-12 08:50:51 -07:00
IR [mlir][Linalg] Enable vectorization of explicit broadcasts 2021-10-12 21:08:22 +00:00
Interfaces [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00
Parser Fix parsing of hex-format index dense tensor attributes. 2021-10-08 15:44:02 +00:00
Pass [mlir:Pass] Generate a reproducer as early as possible 2021-10-05 18:11:26 +00:00
Reducer [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00
Rewrite [SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr. 2021-08-29 21:54:47 -07:00
Support Free memory leak on duplicate interface registration 2021-10-02 16:41:28 +00:00
TableGen [mlir] Fix redundant return in the void method. 2021-10-06 18:45:30 +00:00
Target [mlir][OpenMP] OpenMP Synchronization Hints stored as IntegerAttr 2021-10-12 11:01:19 +00:00
Tools [mlir-lsp-server] Only use one MLIRContext per MLIRTextFile 2021-08-04 20:09:07 +00:00
Transforms [mlir] Make ConversionTarget dynamic legality callbacks composable 2021-10-12 13:05:54 +03:00
Translation [mlir] run the verifier before translating a module 2021-07-28 18:15:58 +02:00
CMakeLists.txt Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00