[PATCH] D134553: [ARM] Support fp16/bf16 using t constraint
Tomas Matheson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 02:08:42 PDT 2022
tmatheson added a comment.
In D134553#3814461 <https://reviews.llvm.org/D134553#3814461>, @DavidSpickett wrote:
> Does this "t" constraint or equivalent exist for AArch64 and does something need to be fixed there too?
There’s no ’t’ for aarch64:
https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134553/new/
https://reviews.llvm.org/D134553
More information about the llvm-commits
mailing list