[Mlir-commits] [mlir] [mlir][emitc] Add a structured for operation (PR #68206)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Oct 4 14:48:50 PDT 2023
================
@@ -118,7 +200,7 @@ void SCFToEmitCPass::runOnOperation() {
// Configure conversion to lower out SCF operations.
ConversionTarget target(getContext());
- target.addIllegalOp<scf::IfOp>();
+ target.addIllegalOp<scf::IfOp, scf::ForOp>();
----------------
jpienaar wrote:
Lets make these sorted.
https://github.com/llvm/llvm-project/pull/68206
More information about the Mlir-commits
mailing list