This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove a not very useful `eraseArguments` overload
ClosedPublic

Authored by Mogball on Aug 29 2022, 4:00 PM.

Details

Summary

This overload just wraps a bitvector, and in most cases a bitvector
could be used directly instead of a list.

Diff Detail

Event Timeline

Mogball created this revision.Aug 29 2022, 4:00 PM
Mogball requested review of this revision.Aug 29 2022, 4:00 PM
rriddle accepted this revision.Aug 29 2022, 4:01 PM

Sweet!

This revision is now accepted and ready to land.Aug 29 2022, 4:01 PM
This revision was landed with ongoing or failed builds.Aug 29 2022, 4:07 PM
This revision was automatically updated to reflect the committed changes.