A previously missing intrinsic for an old instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The reason is, the _wbinvd intrinsic, and builtin were just recently introduced in GCC.
Paths
| Differential D45311
[X86] Introduce wbinvd intrinsic ClosedPublic Authored by GBuella on Apr 5 2018, 2:01 AM.
Details Summary A previously missing intrinsic for an old instruction.
Diff Detail
Event TimelineComment Actions The reason is, the _wbinvd intrinsic, and builtin were just recently introduced in GCC. This revision is now accepted and ready to land.Apr 7 2018, 1:28 PM Closed by commit rL329937: [X86] Introduce wbinvd intrinsic (authored by GBuella). · Explain WhyApr 12 2018, 11:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142228 cfe/trunk/include/clang/Basic/BuiltinsX86.def
cfe/trunk/lib/Headers/ia32intrin.h
cfe/trunk/test/CodeGen/builtin-wbinvd.c
|