This is an archive of the discontinued LLVM Phabricator instance.

Add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder
ClosedPublic

Authored by chfast on Apr 29 2015, 9:44 AM.

Details

Summary

This pathc add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder
where vector index can be uint64_t instead of Value*.

Diff Detail

Event Timeline

chfast updated this revision to Diff 24642.Apr 29 2015, 9:44 AM
chfast retitled this revision from to Add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder.
chfast updated this object.
chfast edited the test plan for this revision. (Show Details)
chfast added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Apr 29 2015, 11:07 AM
majnemer added a reviewer: majnemer.
majnemer added a subscriber: majnemer.

LGTM

This revision is now accepted and ready to land.Apr 29 2015, 11:07 AM
chfast closed this revision.Apr 30 2015, 2:04 AM