[PATCH] D50142: [ARM] Armv8.2-A FP16 vector intrinsics tests

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 07:13:58 PDT 2018


SjoerdMeijer added inline comments.


================
Comment at: test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll:1
+; RUN: llc -mtriple=arm-eabi -mattr=+v8.2a,+neon,+fullfp16 -float-abi=hard < %s | FileCheck %s --check-prefix=CHECK-FP-HARD
+
----------------
olista01 wrote:
> There's only one check-prefix here, so you can just leave it at the default (CHECK).
Thanks! I will address this before committing.


https://reviews.llvm.org/D50142





More information about the llvm-commits mailing list