[PATCH] D82501: [sve][acle] Add reinterpret intrinsics for brain float.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 08:01:09 PDT 2020
fpetrogalli marked 2 inline comments as done.
fpetrogalli added inline comments.
================
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret-bfloat.c:5
+
+#include <arm_sve.h>
+
----------------
david-arm wrote:
> Hi @fpetrogalli, in the same way that you asked @kmclaughlin if she could add the ASM-NOT check line in her patch, are you able to do that here? You'd need to add an additional RUN line though to compile to assembly. Don't worry if it's not possible though!
It is possible, but my understanding is that we anyway decided to do this work as a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82501/new/
https://reviews.llvm.org/D82501
More information about the llvm-commits
mailing list