This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombine] Fix TypeSize warning in DAGCombine::visitLIFETIME_END
ClosedPublic

Authored by joechrisellis on Dec 1 2020, 7:23 AM.

Details

Summary

Bail out early if we encounter a scalable store.

Diff Detail

Event Timeline

joechrisellis created this revision.Dec 1 2020, 7:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2020, 7:23 AM
joechrisellis requested review of this revision.Dec 1 2020, 7:23 AM
This revision is now accepted and ready to land.Dec 2 2020, 5:34 AM

Clearer comment.

Accidentally changed the wrong comment in the last update. Corrected.