Skip to content

Commit 9cb7999

Browse files
committed
chore: remove debug statements
1 parent 8d66561 commit 9cb7999

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/enzyme_ad/jax/Passes/MarkFunctionMemoryEffectsPass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ struct MarkFunctionMemoryEffectsPass
452452
argEffectInfo.enzymexlaEffects);
453453

454454
if (isPointerType(funcOp.getArgument(i))) {
455-
llvm::dbgs() << "argEffectInfo.readOnly " << argEffectInfo.readOnly
456-
<< " argEffectInfo.writeOnly " << argEffectInfo.writeOnly
457-
<< " argEffectInfo.readNone " << argEffectInfo.readNone
458-
<< "\n";
459455
if (argEffectInfo.readOnly && !argEffectInfo.readNone) {
460456
assert(!argEffectInfo.writeOnly && "readOnly and writeOnly?");
461457
funcOp.setArgAttr(i, LLVM::LLVMDialect::getReadonlyAttrName(),

0 commit comments

Comments
 (0)