[PATCH] D79709: [AArch64][BFloat] basic AArch64 bfloat support

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 07:37:47 PDT 2020


stuij added a comment.

Having a think, I think the calling convention test would be more meaningful if we have a bit more bfloat lowering support. Which we have in the bfloat lowering follow-up patch: https://reviews.llvm.org/D79712

As it is, for this patch we can test we pass a bfloat through the function, which gives us a `ret`, which I feel isn't too meaningful. But if we for example load it from a pointer, we can check that the arguments are put in the correct register.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79709





More information about the llvm-commits mailing list