[PATCH] D156831: [AArch64][GlobalISel] Legalize integer across-lane intrinsics with actual type

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 03:52:07 PDT 2023


dmgreen added a comment.

Some of this looks a bit odd, with the use of fp registers in integer patterns. Can you change the references of bf16 to f16 in this patch? I think it makes a better default register class for f16 (but might not make any difference in practice), and some of the patterns are already acting upon f16 types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156831



More information about the llvm-commits mailing list