This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add vgt and vsc intrinsic instructions
ClosedPublic

Authored by kaz7 on Dec 10 2020, 5:53 AM.

Details

Summary

Add vgt and vsc intrinsic instructions and regression tests.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 10 2020, 5:53 AM
kaz7 requested review of this revision.Dec 10 2020, 5:53 AM
simoll accepted this revision.Dec 11 2020, 12:56 AM

LGTM. Can we upstream the script that generates the intrinsic declarations? We don't need to run it in the build but it should be upstream so people can re-generate and understand the intrinsics.

This revision is now accepted and ready to land.Dec 11 2020, 12:56 AM
kaz7 added a comment.Dec 11 2020, 1:22 AM

LGTM. Can we upstream the script that generates the intrinsic declarations? We don't need to run it in the build but it should be upstream so people can re-generate and understand the intrinsics.

It's possible to upstream scripts, but not sure how people think. Let me ask it at llvm-dev ML first.

This revision was landed with ongoing or failed builds.Dec 11 2020, 1:23 AM
This revision was automatically updated to reflect the committed changes.