This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Deprecate is_splat and replace all uses with all_equal
ClosedPublic

Authored by kuhar on Aug 21 2022, 1:05 PM.

Diff Detail

Event Timeline

kuhar created this revision.Aug 21 2022, 1:05 PM
kuhar requested review of this revision.Aug 21 2022, 1:05 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
dblaikie accepted this revision.Aug 21 2022, 2:17 PM

Great :)

This revision is now accepted and ready to land.Aug 21 2022, 2:17 PM
rriddle added inline comments.Aug 21 2022, 9:02 PM
mlir/lib/Bindings/Python/IRAttributes.cpp
771 ↗(On Diff #454336)

This shouldn't be changed.

kuhar updated this revision to Diff 454374.Aug 21 2022, 9:36 PM
kuhar marked an inline comment as done.
kuhar added inline comments.
mlir/lib/Bindings/Python/IRAttributes.cpp
771 ↗(On Diff #454336)

Thanks!

Assuming tests pass, the MLIR changes LGTM.

This revision was landed with ongoing or failed builds.Aug 23 2022, 8:42 AM
This revision was automatically updated to reflect the committed changes.
kuhar marked an inline comment as done.