llvm-capstone/mlir/lib
long.chen 5979e1dfb1
[mlir] Fix empty-tensor-elimination around self-copies (#68129)
* Fixes #67977, a crash in `empty-tensor-elimination`.
* Also improves `linalg.copy` canonicalization.
* Also improves indentation indentation in `mlir-linalg-ods-yaml-gen.cpp`.
2023-10-05 12:04:20 +02:00
..
Analysis [MLIR][Presburger] Fix bug in PresburgerSpace::convertVarKind (#67267) 2023-09-25 12:55:58 +05:30
AsmParser Fix MLIR parser to actually error out when hitting a parse error on TensorType encoding field 2023-09-27 01:14:39 -07:00
Bindings/Python [mlir][py] Use overloads instead (NFC) 2023-10-02 21:17:49 -07:00
Bytecode [mlir] Fix bytecode reading of resource sections 2023-09-29 18:39:56 -07:00
CAPI [mlir][CAPI, python bindings] Expose Operation::setSuccessor (#67922) 2023-10-02 15:37:25 -05:00
Conversion [mlir] Speed up FuncToLLVM using a SymbolTable (#68082) 2023-10-05 11:24:52 +02:00
Debug Revert "Minor fixes on the MLIR ActionProfiler (NFC)" 2023-10-03 12:15:35 -07:00
Dialect [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
ExecutionEngine [mlir][sparse] minor edits in runtime lib Cpp files (#68165) 2023-10-03 16:28:54 -07:00
Interfaces [mlir][Interfaces][NFC] Better documentation for RegionBranchOpInterface (#66920) 2023-09-21 18:17:14 +02:00
IR [mlir][ODS] Change get...Mutable to return OpOperand & for single operands (#66519) 2023-10-04 08:35:40 +02:00
Parser [mlir] Relax requirement on memory buffer creation. 2023-08-30 15:29:53 -07:00
Pass [mlir][transform] ApplyRegisteredPassOp: Support pass pipelines 2023-09-04 15:11:24 +02:00
Reducer [mlir] GreedyPatternRewriteDriver: Move strict mode to GreedyPatternRewriteDriver 2023-01-27 15:52:01 +01:00
Rewrite [MLIR][PDL] Add Bytecode support for negated native constraints 2023-09-11 12:57:41 +00:00
Support [mlir] use a thread-local alternative to llvm::nulls 2023-07-31 08:21:21 +00:00
TableGen [MLIR] Add stage to side effect 2023-09-29 17:47:13 -07:00
Target [mlir][ArmSME] Split the Op definition (nfc) (#67985) 2023-10-04 14:59:00 +00:00
Tools [MLIR][PDL] Add PDLL support for negated native constraints 2023-09-01 23:12:16 +00:00
Transforms [mlir][cfg-to-scf] Fix invalid transformation when value is used in a subregion (#67544) 2023-09-27 14:02:54 +02:00
CMakeLists.txt Rename DebugAction to tracing::Action and move related code from lib/Support to lib/IR and lib/Debug 2023-03-06 16:12:30 +01:00