This is an archive of the discontinued LLVM Phabricator instance.

[msan] Break the getShadow loop after matching an argument
ClosedPublic

Authored by stephan.yichao.zhao on Nov 11 2020, 9:23 PM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2020, 9:23 PM
stephan.yichao.zhao requested review of this revision.Nov 11 2020, 9:23 PM
eugenis accepted this revision.Nov 12 2020, 11:40 AM

LGTM

This is strictly a compilation time optimization, right?

This revision is now accepted and ready to land.Nov 12 2020, 11:40 AM

LGTM

This is strictly a compilation time optimization, right?

Yes. Not sure how it can make compilation fast, but imo it would make the code a bit easier to follow.

This revision was landed with ongoing or failed builds.Nov 12 2020, 11:49 AM
This revision was automatically updated to reflect the committed changes.