This is an archive of the discontinued LLVM Phabricator instance.

Allow vectorization of bit intrinsics in BB Vectorizor
ClosedPublic

Authored by karthikthecool on Apr 24 2014, 2:01 AM.

Details

Reviewers
echristo
hfinkel
Summary

Hi Hal,Eric,
Follow up patch on r207085. This allows vectorization of bit intrinsics function calls such as bswap,ctpop,ctlz and cttz.
Could you please review the same and let me know if this is good to commit?
Thanks
Karthik Bhat

Diff Detail

Event Timeline

karthikthecool retitled this revision from to Allow vectorization of bit intrinsics in BB Vectorizor.
karthikthecool updated this object.
karthikthecool edited the test plan for this revision. (Show Details)
karthikthecool added reviewers: hfinkel, echristo.
karthikthecool added a subscriber: Unknown Object (MLST).
hfinkel edited edge metadata.Apr 24 2014, 11:20 AM

LGTM, thanks!

echristo accepted this revision.Apr 24 2014, 11:22 AM
echristo edited edge metadata.
This revision is now accepted and ready to land.Apr 24 2014, 11:22 AM

Thanks Hal,Eric. Submitted as r207174.