| [MLIR][Bufferization] BufferResultsToOutParams: Add option to add attribute to output arguments (#84320) | 2 年前 |
| [MLIR][Bufferization] BufferResultsToOutParams: Add an option to eliminate AllocOp and avoid Copy (#90011) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir] Fix block merging (#97697) | 1 年前 |
| [mlir] Fix block merging (#97697) | 1 年前 |
| [MLIR] Erase location of folded constants (#75415) | 2 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| [mlir][memref] Improve memref.subview type inference (#96421) | 1 年前 |
| [mlir]Fix compose subview (#80551) | 2 年前 |
| [mlir][pass] Add composite pass utility (#87166) | 2 年前 |
| [MLIR] Erase location of folded constants (#75415) | 2 年前 |
| [mlir][arith] Fix overflow bug in arith::CeilDivSIOp::fold (#90947) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590) | 2 年前 |
| Introduce MLIR Op Properties | 3 年前 |
| [mlir]use correct iterator when eraseOp (#83444) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [RFC][mlir] Add profitability callback to the Inliner. (#84258) | 2 年前 |
| [mlir][inline] avoid inline self-recursive function (#83092) | 2 年前 |
| [mlir][Inliner] Support recursion in Inliner | 3 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir] Fix inlining-threshold.mlir test for NDEBUG builds. | 2 年前 |
| [mlir] allow inlining complex ops (#77514) | 2 年前 |
| [mlir][SCF] scf.parallel: Make reductions part of the terminator (#75314) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][SCF] scf.parallel: Make reductions part of the terminator (#75314) | 2 年前 |
| [mlir][vector] LISH: Implement SubsetOpInterface for transfer_read/write (#70629) | 2 年前 |
| [mlir] Fix block merging (#97697) | 1 年前 |
| [MLIR][Mem2Reg] Fix multi slot handling & move retry handling (#91464) | 2 年前 |
| [mlir][SCF] Modernize coalesceLoops method to handle scf.for loops with iter_args (#87019) | 2 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| [mlir] Use arith max or min ops instead of cmp + select (#82178) | 2 年前 |
| [mlir] Handle cycles and back edges in --view-op-graph (#82002) | 2 年前 |
| [mlir] Handle cycles and back edges in --view-op-graph (#82002) | 2 年前 |
| Fix MLIR test after 6eca120dd8d3e | 2 年前 |
| [mlir] PromoteBuffersToStackPass - Copy attributes of original AllocOp | 3 年前 |
| [MLIR] Added check for IsTerminator trait (#79317) | 2 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| Finish renaming getOperandSegmentSizeAttr() from operand_segment_sizes to operandSegmentSizes | 2 年前 |
| [mlir] Remove special case parsing/printing of func operations | 4 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Interfaces] LoopLikeOpInterface: Add replaceWithAdditionalYields (#67121) | 2 年前 |
| [mlir][SCF] Modernize coalesceLoops method to handle scf.for loops with iter_args (#87019) | 2 年前 |
| [MLIR][SROA] Reuse allocators to avoid rewalking the IR (#91971) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Transforms] Dialect conversion: Fix missing source materialization (#97903) | 1 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| [mlir] Fix block merging (#97697) | 1 年前 |
| [mlir] Do not merge blocks during canonicalization by default (#95057) | 1 年前 |
| [MLIR] Add a utility to sort the operands of commutative ops | 3 年前 |
| [MLIR][FuncToLLVM] Remove typed pointers from call conversion test pass (#71107) | 2 年前 |
| merge code for llvm.emit_c_interface into convertFuncOpToLLVMFuncOp (#92986) | 2 年前 |
| [mlir:PDL] Add support for DialectConversion with pattern configurations | 3 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir] Remove special case parsing/printing of func operations | 4 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Transforms] Dialect conversion: Simplify handling of dropped arguments (#97213) | 1 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590) | 2 年前 |
| [MLIR] Harmonize the behavior of the folding API functions (#88508) | 2 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir][Interfaces] Symbols are not trivially dead | 2 年前 |
| Introduce MLIR Op Properties | 3 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |
| [mlir] Remove special case parsing/printing of func operations | 4 年前 |
| [mlir][IR][NFC] Rename notify*Removed to notify*Erased (#82253) | 2 年前 |
| [mlir][Pass] Include anchor op in -pass-pipeline | 3 年前 |
| [mlir][NFC] Update textual references of func to func.func in Transform tests | 4 年前 |