[PATCH] D106237: [ISel] Port AArch64 HADD and RHADD to ISel
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 6 03:04:12 PST 2022
RKSimon added a comment.
Please tidyup the clang-format warnings.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:14362
// ->
// (v16i8(urhadd(v16i8 OpA, v16i8 OpB)))
if (N->getNumOperands() == 2 && N0Opc == N1Opc &&
----------------
update the urhadd references
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106237/new/
https://reviews.llvm.org/D106237
More information about the llvm-commits
mailing list