[PATCH] D91937: [ISel] Port AArch64 SABD and UABD to DAGCombine
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 04:19:05 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/Target/TargetSelectionDAG.td:362
+def abds : SDNode<"ISD::ABDS" , SDTIntBinOp, []>;
+def abdu : SDNode<"ISD::ABDU" , SDTIntBinOp, []>;
def smullohi : SDNode<"ISD::SMUL_LOHI" , SDTIntBinHiLoOp, [SDNPCommutative]>;
----------------
Can't these be commutative ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91937/new/
https://reviews.llvm.org/D91937
More information about the llvm-commits
mailing list