This is an archive of the discontinued LLVM Phabricator instance.

[VP] Add vp.icmp comparison intrinsic and docs
ClosedPublic

Authored by frasercrmck on Mar 30 2022, 7:26 AM.

Details

Summary

This patch mostly follows up on D121292 which introduced the vp.fcmp
intrinsic.

Diff Detail

Event Timeline

frasercrmck created this revision.Mar 30 2022, 7:26 AM
frasercrmck requested review of this revision.Mar 30 2022, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 7:26 AM
craig.topper accepted this revision.Mar 30 2022, 9:11 AM

LGTM with that doc fix

llvm/docs/LangRef.rst
20403

I might have missed this in the fcmp patch, but the <4 x i32> on the select line should be <4 x i1>

This revision is now accepted and ready to land.Mar 30 2022, 9:11 AM
This revision was landed with ongoing or failed builds.Mar 30 2022, 9:16 AM
This revision was automatically updated to reflect the committed changes.
frasercrmck marked an inline comment as done.Mar 30 2022, 9:17 AM
frasercrmck added inline comments.
llvm/docs/LangRef.rst
20403

Ah good spot, thanks! I committed rGa0e5d9e1f41b to take care of that.