[PATCH] D61513: [AArch64][SVE2] Add SVE2 target features to backend and TargetParser
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 09:10:05 PDT 2019
SjoerdMeijer added inline comments.
================
Comment at: unittests/Support/TargetParserTest.cpp:1018
+ AArch64::AEK_SVE2 | AArch64::AEK_DOTPROD |
+ AArch64::AEK_RCPC | AArch64::AEK_FP16FML;
----------------
Please upload diffs with more context (-U999999). I can't see if you're actually adding tests here.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61513/new/
https://reviews.llvm.org/D61513
More information about the llvm-commits
mailing list