[PATCH] D136352: [AArch64] Add SVE2.1 target feature for Armv9-A 2022 Architecture Extension
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 03:20:43 PDT 2022
david-arm marked 4 inline comments as done.
david-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:166
+def FeatureSVE2p1: SubtargetFeature<"sve2p1", "HasSVE2p1", "true",
+ "Enable Scalable Vector Extension 2.1 instructions", [FeatureSVE2]>;
+
----------------
paulwalker-arm wrote:
> Extra whitespace
The whitespace is deliberate because all the other features have a newline separating them too. I did this for consistency that's all.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136352/new/
https://reviews.llvm.org/D136352
More information about the llvm-commits
mailing list