forked from OSchip/llvm-project
1b101038dc
Historically, Linalg To LLVM conversion subsumed numerous other conversions, including (affine) loop lowerings to CFG and conversions from the Standard and Vector dialects to the LLVM dialect. This was due to the insufficient support for partial conversions in the infrastructure that essentially required conversions that involve type change (in this case, !linalg.range to !llvm.struct) to be performed in a single conversion sweep. This is no longer the case so remove the subsumed conversions and run them as separate passes when necessary. Depends On D95317 Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D96008 |
||
---|---|---|
.. | ||
async-group.mlir | ||
async-value.mlir | ||
async.mlir | ||
bare_ptr_call_conv.mlir | ||
global_memref.mlir | ||
lit.local.cfg | ||
memref_reinterpret_cast.mlir | ||
memref_reshape.mlir | ||
sgemm_naive_codegen.mlir | ||
simple.mlir | ||
unranked_memref.mlir | ||
utils.mlir |