This is an archive of the discontinued LLVM Phabricator instance.

[mlir:SubElementsInterface] Add support for "skipping" when replacing attributes/types
ClosedPublic

Authored by rriddle on Jul 28 2022, 2:43 AM.

Details

Summary

This is used to fix a bug in SymbolTable::replaceAllSymbolUses where we replace symbols that
we shouldn't.

Diff Detail

Event Timeline

rriddle created this revision.Jul 28 2022, 2:43 AM
rriddle requested review of this revision.Jul 28 2022, 2:43 AM
csigg accepted this revision.Jul 28 2022, 3:14 AM

Amazing! Thanks a lot River!

This revision is now accepted and ready to land.Jul 28 2022, 3:14 AM