This is an archive of the discontinued LLVM Phabricator instance.

[X86][LWP] Add clang support for LWP instructions.
ClosedPublic

Authored by RKSimon on May 2 2017, 4:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.May 2 2017, 4:18 PM

ping? llvm support landed at rL302041

andreadb accepted this revision.May 8 2017, 3:52 AM

LGTM.

This revision is now accepted and ready to land.May 8 2017, 3:52 AM
This revision was automatically updated to reflect the committed changes.
craig.topper edited edge metadata.May 8 2017, 9:51 AM

Sorry I missed this patch, but shouldn't we had LWP to the relevant processors in test/Preprocessor/predefined-arch-macros.c and the command line switch testing to test/Preprocessor/x86_target_features.c

Sorry I missed this patch, but shouldn't we had LWP to the relevant processors in test/Preprocessor/predefined-arch-macros.c and the command line switch testing to test/Preprocessor/x86_target_features.c

Thanks! rL302445