[PATCH] D135662: [ARM] Support fp16/bf16 using w constraint

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 06:04:51 PDT 2022


lenary added reviewers: pratlucas, DavidSpickett.
lenary added a comment.

This is a follow-up to https://reviews.llvm.org/D134553 where we noticed that the "w" constraint support was similarly missing, like the "t" constraint, for fp16. https://gcc.godbolt.org/z/vfzzf8ajz shows GCC working in this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135662/new/

https://reviews.llvm.org/D135662



More information about the llvm-commits mailing list