This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Migrate Arithmetic -> LLVM conversion pass to the auto-generated constructor
ClosedPublic

Authored by mscuttari on Sep 27 2022, 10:41 AM.

Diff Detail

Event Timeline

mscuttari created this revision.Sep 27 2022, 10:41 AM
mscuttari requested review of this revision.Sep 27 2022, 10:41 AM
rriddle accepted this revision.Sep 27 2022, 12:41 PM
rriddle added inline comments.
mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp
326

This can be simplified to just using Base::Base;

This revision is now accepted and ready to land.Sep 27 2022, 12:41 PM

Easier constructor inheritance

This revision was landed with ongoing or failed builds.Sep 27 2022, 1:08 PM
This revision was automatically updated to reflect the committed changes.