[PATCH] D97949: [AArch64] Add missing intrinsics for vrnd

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 02:37:34 PST 2021


jaykang10 added inline comments.


================
Comment at: clang/test/Preprocessor/aarch64-target-features.c:61
 
+// RUN: %clang -target aarch64-none-linux-gnu -march=armv8.5-a -x c -E -dM %s -o - | FileCheck --check-prefix=CHECK-8_5 %s
+// CHECK-8_5: __ARM_FEATURE_FRINT 1
----------------
SjoerdMeijer wrote:
> would be good to have a negative test too, i.e. a CHECK-NOT of this for e.g. v8.4a.
Yep, I will add it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97949/new/

https://reviews.llvm.org/D97949



More information about the llvm-commits mailing list