This is an archive of the discontinued LLVM Phabricator instance.

Split clone value and instruction in the echo C API test
ClosedPublic

Authored by deadalnix on Feb 9 2016, 3:32 PM.

Details

Summary

This is a bit of refactoring required to be able to generate instruction in forward basic block. This, for instance, is a requirement for phi in loops.

Diff Detail

Repository
rL LLVM

Event Timeline

deadalnix updated this revision to Diff 47384.Feb 9 2016, 3:32 PM
deadalnix retitled this revision from to Split clone value and instruction in the echo C API test.
deadalnix updated this object.
mehdi_amini edited edge metadata.Feb 9 2016, 3:40 PM

My vote is to not go through pre-commit review for NFC changes that don't touch a Core API, please proceed with post-commit review.

Ok, after discussion on IRC, this doesn't need review, unless touching the C API itself.

This revision was automatically updated to reflect the committed changes.