[PATCH] D65385: [AArch64][AsmParser] Remove SVE and SVE2 from ARMTargetParser
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 00:48:21 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL367292: [AArch64][AsmParser] Remove SVE and SVE2 from ARMTargetParser (authored by c-rhodes, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65385?vs=212132&id=212284#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65385/new/
https://reviews.llvm.org/D65385
Files:
llvm/trunk/include/llvm/Support/ARMTargetParser.h
Index: llvm/trunk/include/llvm/Support/ARMTargetParser.h
===================================================================
--- llvm/trunk/include/llvm/Support/ARMTargetParser.h
+++ llvm/trunk/include/llvm/Support/ARMTargetParser.h
@@ -39,19 +39,13 @@
AEK_DSP = 1 << 10,
AEK_FP16 = 1 << 11,
AEK_RAS = 1 << 12,
- AEK_SVE = 1 << 13,
- AEK_DOTPROD = 1 << 14,
- AEK_SHA2 = 1 << 15,
- AEK_AES = 1 << 16,
- AEK_FP16FML = 1 << 17,
- AEK_SB = 1 << 18,
- AEK_SVE2 = 1 << 19,
- AEK_SVE2AES = 1 << 20,
- AEK_SVE2SM4 = 1 << 21,
- AEK_SVE2SHA3 = 1 << 22,
- AEK_SVE2BITPERM = 1 << 23,
- AEK_FP_DP = 1 << 24,
- AEK_LOB = 1 << 25,
+ AEK_DOTPROD = 1 << 13,
+ AEK_SHA2 = 1 << 14,
+ AEK_AES = 1 << 15,
+ AEK_FP16FML = 1 << 16,
+ AEK_SB = 1 << 17,
+ AEK_FP_DP = 1 << 18,
+ AEK_LOB = 1 << 19,
// Unsupported extensions.
AEK_OS = 0x8000000,
AEK_IWMMXT = 0x10000000,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65385.212284.patch
Type: text/x-patch
Size: 1024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/e4025e20/attachment.bin>
More information about the llvm-commits
mailing list