[PATCH] D113776: [Clang][SVE] Properly enable/disable dependant SVE target features based upon +(no)sve.* options
mgabka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 15 07:32:52 PST 2021
mgabka added inline comments.
================
Comment at: clang/test/Driver/aarch64-implied-sve-features.c:28
+
+// RUN: %clang -target aarch64-linux-gnu -march=armv8-a+nosve2-bitperm %s -### |& FileCheck %s --check-prefix=NOSVE2-BITPERM
+// NOSVE2-BITPERM-NOT: "-target-feature" "+sve2-bitperm"
----------------
Hi,
@bsmith could you at at least one test for +nosve2-sha3, +nosve2-aes and +nosve2-sm4?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113776/new/
https://reviews.llvm.org/D113776
More information about the cfe-commits
mailing list