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
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D48187
[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
Event TimelineThis revision is now accepted and ready to land.Jun 21 2018, 9:52 AM Closed by commit rL335259: [Intrinsics] Add/move some builtin declarations in intrin.h to get ms… (authored by ctopper). · Explain WhyJun 21 2018, 10:11 AM This revision was automatically updated to reflect the committed changes.
Diff 152337 cfe/trunk/lib/Headers/intrin.h
|