This is an archive of the discontinued LLVM Phabricator instance.

Fix dynamic alloca detection in CloneBasicBlock
ClosedPublic

Authored by aeubanks on Jun 22 2020, 1:29 PM.

Details

Summary

Simply check AI->isStaticAlloca instead of reimplementing checks for
static/dynamic allocas.

Diff Detail

Event Timeline

aeubanks created this revision.Jun 22 2020, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2020, 1:29 PM
This revision is now accepted and ready to land.Jun 22 2020, 2:04 PM
This revision was automatically updated to reflect the committed changes.