At the moment, the Jeff spec only defines the following SCF operations (https://github.com/unitaryfoundation/jeff/blob/main/docs/spec.md#structured-control-flow-scfop):
switch
for
while, doWhile
One of the "typical" SCF operations known from MLIR is scf.if.
@dime10 @aborgna-q Is there any reason for not adding this?
We'd be happy to submit a PR that adds it.
At the moment, the Jeff spec only defines the following SCF operations (https://github.com/unitaryfoundation/jeff/blob/main/docs/spec.md#structured-control-flow-scfop):
switchforwhile,doWhileOne of the "typical" SCF operations known from MLIR is
scf.if.@dime10 @aborgna-q Is there any reason for not adding this?
We'd be happy to submit a PR that adds it.