[PATCH] D146531: [AArch64][GlobalISel] Add support for some across-vector NEON intrinsics

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 10:52:56 PDT 2023


efriedma added a comment.

What does f8 actually mean?  There are at least 4 proposed "f8" types, and your "f8" represents none of them.

If you're doing this for the sake of GlobalISel, you can just use i8, anyway.  SelectionDAG has a restriction that an MVT can't map to multiple register classes, but GlobalIsel has no such restriction, as far as I know.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146531



More information about the llvm-commits mailing list