This is an archive of the discontinued LLVM Phabricator instance.

[X86] Introduce LLVM wbinvd intrinsic
ClosedPublic

Authored by GBuella on Apr 5 2018, 2:04 AM.

Details

Summary

A previously missing intrinsic for an old instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

GBuella created this revision.Apr 5 2018, 2:04 AM

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:29 PM
GBuella updated this revision to Diff 142141.Apr 12 2018, 3:37 AM

Rebased the patch.

GBuella retitled this revision from Introduce LLVM wbinvd intrinsic to [X86] Introduce LLVM wbinvd intrinsic.Apr 12 2018, 3:37 AM
This revision was automatically updated to reflect the committed changes.