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

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 02:17:47 PST 2023


hassnaa-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-hadd.ll:904
 
 define <vscale x 16 x i8> @rhadds_v16i8(<vscale x 16 x i8> %s0, <vscale x 16 x i8> %s1) {
+; SVE-LABEL: rhadds_v16i8:
----------------
here is a transformation proof for this case:
https://alive2.llvm.org/ce/z/vPJi6R
@dmgreen 


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