[PATCH] D34161: [AArch64] Add ARMv8.2-A FP16 vector intrinsics - Continuation
Abderrazek Zaafrani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 13:41:47 PDT 2017
az updated this revision to Diff 103097.
az added a comment.
I am resubmitting the combination of https://reviews.llvm.org/D32511 and https://reviews.llvm.org/D34161 in here to avoid any confusion.
Also, I experimented with our build system and figure out a way to reproduce the problem we were discussing and it looks like adding the flag -disable-O0-optnone fixes the issue as this will not disable "opt -memreg" optimization after running clang.
https://reviews.llvm.org/D34161
Files:
clang/include/clang/Basic/arm_neon.td
clang/lib/Basic/Targets.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenTypeCache.h
clang/test/CodeGen/aarch64-neon-intrinsics.c
clang/test/CodeGen/aarch64-neon-ldst-one.c
clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
clang/test/CodeGen/arm_neon_intrinsics.c
clang/utils/TableGen/NeonEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34161.103097.patch
Type: text/x-patch
Size: 193326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170619/31a97999/attachment-0001.bin>
More information about the llvm-commits
mailing list