This is an archive of the discontinued LLVM Phabricator instance.

Allow basic blocks in metadata [NFC]
Needs RevisionPublic

Authored by jdoerfert on Apr 27 2016, 7:44 AM.

Details

Reviewers
dexonsmith

Diff Detail

Event Timeline

jdoerfert updated this revision to Diff 55231.Apr 27 2016, 7:44 AM
jdoerfert retitled this revision from to Allow basic blocks in metadata [NFC].
jdoerfert added a reviewer: dexonsmith.

Hey Duncan,

Git blame named you as owner of this part of the Metadata.cpp. Could you take a lookt at this minimal change we need for our in-house vectorizer. Becasue we also distribute it as a loadable extension for pre-compiled LLVM we would like to get it in mainline [hopefully 3.8.x].

Cheers,
Johannes

dexonsmith edited edge metadata.Apr 29 2016, 6:10 PM
dexonsmith added a subscriber: dexonsmith.

Code change looks good, but please add a unit test that exposes this to:

unittests/IR/MetadataTest.cpp
dexonsmith requested changes to this revision.Oct 19 2020, 2:55 PM
This revision now requires changes to proceed.Oct 19 2020, 2:55 PM