This is an archive of the discontinued LLVM Phabricator instance.

Skip Alloca insts when finding insert point
AbandonedPublic

Authored by tdangeti on Aug 20 2020, 2:20 AM.

Details

Summary

Verifier is complaining if the instructions are inserted b/w allocas.

Diff Detail

Event Timeline

tdangeti created this revision.Aug 20 2020, 2:20 AM
tdangeti requested review of this revision.Aug 20 2020, 2:20 AM
tdangeti abandoned this revision.Sep 4 2020, 2:28 AM

Issue exists in older versions, could not find a relevant test case in the trunk.