[PATCH] D36454: [X86] Changes to extract Horizontal addition operation for AVX-512.
Jatin Bhateja via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 08:22:34 PDT 2017
jbhateja added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:33824
+static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative,
+ SelectionDAG &DAG) {
// Look for the following pattern: if
----------------
Just realized that DAG argument is not used here, it shall be removed with other comments over patch.
https://reviews.llvm.org/D36454
More information about the llvm-commits
mailing list