[PATCH] D143283: [AArch64][SVE]: custom lower AVGFloor/AVGCeil. [WIP]

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 11:19:22 PST 2023


efriedma added a comment.

Please pre-commit the new testcases, so the changes are more visible.

The `<vscale x 2 x i128>` variations currently crash the compiler; I'd recommend fixing that before trying to optimize them.

The "expected" code for haddu_v2i32 is worse than what we currently generate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143283



More information about the llvm-commits mailing list