This is an archive of the discontinued LLVM Phabricator instance.

Bitcode: Add ability to support multiple block info blocks.
AbandonedPublic

Authored by pcc on Oct 27 2016, 4:32 PM.

Details

Reviewers
mehdi_amini
Summary

Each block info block is chained to its dependent block. This helps ensure
that block info blocks are read in dependency order.

Event Timeline

pcc updated this revision to Diff 76128.Oct 27 2016, 4:32 PM
pcc retitled this revision from to Bitcode: Add ability to support multiple block info blocks..
pcc updated this object.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.
pcc updated this revision to Diff 76131.Oct 27 2016, 4:40 PM
  • The check was previously unreachable, move it to the correct place
pcc abandoned this revision.Oct 27 2016, 7:16 PM

As discussed on IRC: let's not support multiple block info blocks like this. It'd be simpler to require each block info block to be independent.