[PATCH] D153323: [AArch64] Try to fold uaddlv and uaddlp
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 06:38:06 PDT 2023
jaykang10 added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:6336
+ (i32 (EXTRACT_SUBREG
+ (INSERT_SUBREG (v8i16 (IMPLICIT_DEF)), (UADDLVv16i8v V128:$op), hsub),
+ ssub))>;
----------------
dmgreen wrote:
> This one too, as it returns a h reg.
Sorry. Let me update the pattern.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153323/new/
https://reviews.llvm.org/D153323
More information about the llvm-commits
mailing list