This is an archive of the discontinued LLVM Phabricator instance.

vpblend intrinsics combines as shifts intrinsics due to absence return stmt between them
ClosedPublic

Authored by rob.khasanov on Jun 24 2014, 10:46 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

rob.khasanov retitled this revision from to vpblend intrinsics combines as shifts intrinsics due to absence return stmt between them.
rob.khasanov updated this object.
rob.khasanov edited the test plan for this revision. (Show Details)
rob.khasanov added reviewers: andreadb, nadav.
rob.khasanov set the repository for this revision to rL LLVM.
rob.khasanov added a subscriber: Unknown Object (MLST).
andreadb accepted this revision.Jun 24 2014, 10:59 AM
andreadb edited edge metadata.

Hi Robert,

Please address the two minor comments below related to the test.
Otherwise, the patch looks good to me.

Thanks!

test/CodeGen/X86/pr20088.ll
3–4 ↗(On Diff #10796)

Remove the comment at line 3.
Remove the reference to attribute group #0.

6–7 ↗(On Diff #10796)

Remove the comment at line 6.
Remove the reference to attribute group #1 since it is not defined.

This revision is now accepted and ready to land.Jun 24 2014, 10:59 AM
rob.khasanov edited edge metadata.

Hi Andrea,

Thanks for review, patch is updated

LGTM. Thanks :)

rob.khasanov closed this revision.Jun 24 2014, 11:16 AM
rob.khasanov updated this revision to Diff 10798.

Closed by commit rL211617 (authored by rkhasanov).