flyingforyou created this revision.
flyingforyou added a reviewer: SjoerdMeijer.
Herald added subscribers: kristof.beyls, javed.absar.
This matches what GCC does.
https://github.com/gcc-mirror/gcc/blob/master/gcc/config/aarch64/aarch64-c.c
https://reviews.llvm.org/D45544
Files:
lib/Basic/Targ
flyingforyou updated this revision to Diff 142265.
flyingforyou added a comment.
Addressed SjoerdMeijer' new comments. Thanks.
> Also wanted to confirm that macro __ARM_FEATURE_DOTPROD will defined/included
> in the next release of the ACLE.
Could you check it, please? I saw several codes that
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330229: [AAch64] Add the __ARM_FEATURE_DOTPROD macro
definition (authored by flyingforyou, committed by ).
Herald added subscribers: llvm-commits, chrib.
Changed prior to commit:
https://reviews.llvm.or
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
--
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
--