RKSimon added a comment.
In https://reviews.llvm.org/D32770#748762, @craig.topper wrote:
> 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_fe
craig.topper added a comment.
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
Repository:
rL LLVM
https://reviews.llvm.org/D32770
This revision was automatically updated to reflect the committed changes.
Closed by commit rL302418: [X86][LWP] Add clang support for LWP instructions.
(authored by RKSimon).
Changed prior to commit:
https://reviews.llvm.org/D32770?vs=97521&id=98156#toc
Repository:
rL LLVM
https://reviews.l
andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D32770
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cg
RKSimon added a comment.
ping? llvm support landed at https://reviews.llvm.org/rL302041
Repository:
rL LLVM
https://reviews.llvm.org/D32770
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe
RKSimon added a comment.
llvm patch: https://reviews.llvm.org/D32769
Repository:
rL LLVM
https://reviews.llvm.org/D32770
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
RKSimon created this revision.
Herald added a subscriber: mgorny.
This patch adds support for the the LightWeight Profiling (LWP) instructions
which are available on all AMD Bulldozer class CPUs (bdver1 to bdver4).
Repository:
rL LLVM
https://reviews.llvm.org/D32770
Files:
include/clang/B