This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF] Disallow multiple blocks in scf.if "else" region
ClosedPublic

Authored by springerm on Feb 3 2023, 2:19 AM.

Details

Summary

The "then" region allows only a single block. The same should be the case for the "else" region.

Diff Detail