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

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 07:08:18 PDT 2018


olista01 accepted this revision.
olista01 added a comment.
This revision is now accepted and ready to land.

LGTM with one nit.



================
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
+
----------------
There's only one check-prefix here, so you can just leave it at the default (CHECK).


https://reviews.llvm.org/D50142





More information about the llvm-commits mailing list