[PATCH] D115620: [AArch64] Lowering and legalization of strict FP16

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 14:32:43 PST 2022


dmgreen added inline comments.


================
Comment at: clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c:11
 // RUN: -fallow-half-arguments-and-returns -S -disable-O0-optnone -o - %s \
-// RUN: | FileCheck --check-prefix=COMMON --check-prefix=CHECK-ASM %s
+// RUN: | FileCheck --check-prefixes=COMMON,CHECK-ASM,CHECK-ASM-UNCONSTRAINED %s
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +fullfp16 \
----------------
I am surprised to see clang tests that generate assembly directly. Is that how any other strict-fp tests work? It is usually discouraged.


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

https://reviews.llvm.org/D115620



More information about the llvm-commits mailing list