Skip to content

Commit f0beb10

Browse files
committed
fix: value
1 parent e116b87 commit f0beb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enzyme_ad/jax/Passes/EnzymeHLOOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23348,7 +23348,7 @@ struct RemoveNoOpsFromWhileLoop
2334823348
return computeInfoSuccess;
2334923349

2335023350
if (!info.isValid() || !info.isConstant() ||
23351-
info.getConstantNumIters().value() <= 0)
23351+
info.getConstantNumIters() <= 0)
2335223352
return failure();
2335323353

2335423354
auto &whileBody = whileOp.getBody().front();

0 commit comments

Comments
 (0)