Author: ggopala
Date: Tue Feb 26 09:15:36 2019
New Revision: 354899
URL: http://llvm.org/viewvc/llvm-project?rev=354899&view=rev
Log:
[X86] AMD znver2 enablement
This patch enables the following
1) AMD family 17h "znver2" tune flag (-march, -mcpu).
2) ISAs that are enabled for "znver2" architect
GGanesh created this revision.
GGanesh added reviewers: echristo, craig.topper.
GGanesh added subscribers: cfe-commits, llvm-commits.
Herald added a subscriber: joker.eph.
This patch adds new intrinsics, new flag (-mwaitx) and flag enablement based on
cpuid for the instructions MONITORX and MWAIT
GGanesh added a comment.
PING!
http://reviews.llvm.org/D19796
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Ganesh Gopalasubramanian
Date: 2021-01-07T11:51:50+05:30
New Revision: dbfc1ac4d86c1c08dc5ccd90a0389254e13c6d01
URL:
https://github.com/llvm/llvm-project/commit/dbfc1ac4d86c1c08dc5ccd90a0389254e13c6d01
DIFF:
https://github.com/llvm/llvm-project/commit/dbfc1ac4d86c1c08dc5ccd90a0389254e13