| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Finish renaming getOperandSegmentSizeAttr() from operand_segment_sizes to operandSegmentSizes This renaming started with the native ODS support for properties, this is completing it. A mass automated textual rename seems safe for most codebases. Drop also the ods prefix to keep the accessors the same as they were before this change: properties.odsOperandSegmentSizes reverts back to: properties.operandSegementSizes The ODS prefix was creating divergence between all the places and make it harder to be consistent. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D157173 | 2 年前 | |
[mlir:PDL] Add support for DialectConversion with pattern configurations Up until now PDL(L) has not supported dialect conversion because we had no way of remapping values or integrating with type conversions. This commit rectifies that by adding a new "pattern configuration" concept to PDL. This essentially allows for attaching external configurations to patterns, which can hook into pattern events (for now just the scope of a rewrite, but we could also pass configs to native rewrites as well). This allows for injecting the type converter into the conversion pattern rewriter. Differential Revision: https://reviews.llvm.org/D133142 | 3 年前 | |
Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers" This reverts commit 7691b69d5b2f5e9d8b210add22926335b3541444. Bots are broken because we're missing CMake dependencies all around now. | 3 年前 | |
[mlir][Pass] Make PassManager default to op-agnostic Currently PassManager defaults to being anchored on builtin.module. Switching the default makes PassManager consistent with OpPassManager and avoids the implicit dependency on builtin.module. Specifying the anchor op type isn't strictly necessary when using explicit nesting (existing pipelines will continue to work), but I've updated most call sites to specify the anchor since it allows for better error-checking during pipeline construction. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D137731 | 3 年前 | |
Add tracing for pattern application in a ApplyPatternAction Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D144816 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 |