[PATCH] D46109: [ARM, AArch64] Add intrinsics for dot product instructions

Junmo Park via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 26 16:50:49 PDT 2018


flyingforyou added inline comments.


================
Comment at: test/CodeGen/arm-neon-dot-product.c:1
+// RUN: %clang_cc1 -triple armv8-linux-gnueabihf -target-cpu cortex-a57 -target-feature +dotprod \
+// RUN: -disable-O0-optnone  -emit-llvm -o - %s | opt -S -instcombine | FileCheck %s
----------------
I think proper target is cortex-a55 or cortex-a75.
Do we need  check routines for wrong target-cpu?


Repository:
  rL LLVM

https://reviews.llvm.org/D46109





More information about the cfe-commits mailing list