[PATCH] D41811: X86: Add pattern matching for PMADDWD
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 05:36:14 PST 2018
RKSimon added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:8780
+ if (N0.getOpcode() == ISD::EXTRACT_SUBVECTOR) {
+ SDValue N00 = N0.getOperand(0);
----------------
Add comment describing the combine - any chance that you can add additional tests for this?
https://reviews.llvm.org/D41811
More information about the llvm-commits
mailing list