This is an archive of the discontinued LLVM Phabricator instance.

[Intrinsics] Add/move some builtin declarations in intrin.h to get ms-intrinsics.c to not issue warnings
ClosedPublic

Authored by craig.topper on Jun 14 2018, 12:25 PM.

Details

Summary

ud2 and int2c were missing declarations entirely. And the bitscans were only under x86_64, but they seem to be in BuiltinsARM.def as well and are tested by ms_intrinsics.c

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Jun 14 2018, 12:25 PM
rnk accepted this revision.Jun 21 2018, 9:52 AM

lgtm

This revision is now accepted and ready to land.Jun 21 2018, 9:52 AM
This revision was automatically updated to reflect the committed changes.