[all-commits] [llvm/llvm-project] 272cf8: [mlir] Implement one-to-n structural conversion fo...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Fri Jul 7 08:51:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 272cf8f7b2a6e79884f7b680fff3cd15a47eebb2
https://github.com/llvm/llvm-project/commit/272cf8f7b2a6e79884f7b680fff3cd15a47eebb2
Author: Spenser Bauman <sbauman at mathworks.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/OneToNTypeConversion.cpp
M mlir/test/Conversion/OneToNTypeConversion/scf-structural-one-to-n-type-conversion.mlir
Log Message:
-----------
[mlir] Implement one-to-n structural conversion for ForOp
Add the missing one-to-n structural type conversion pattern for the
scf.for operation.
Reviewed By: ingomueller-net
Differential Revision: https://reviews.llvm.org/D154299
More information about the All-commits
mailing list