This is an archive of the discontinued LLVM Phabricator instance.

Replace OwningModuleRef with OwningOpRef<ModuleOp>
ClosedPublic

Authored by sanjoy on Jan 30 2022, 12:19 PM.

Details

Summary

This addresses a TODO in BuiltinOps.h.

Diff Detail

Event Timeline

sanjoy created this revision.Jan 30 2022, 12:19 PM
sanjoy requested review of this revision.Jan 30 2022, 12:19 PM
rriddle accepted this revision.Jan 30 2022, 12:58 PM

Nice! OwningModuleRef has deprecated for a while!

mlir/include/mlir/Target/LLVMIR/Import.h
28–29
This revision is now accepted and ready to land.Jan 30 2022, 12:58 PM
This revision was automatically updated to reflect the committed changes.