[PATCH] D65047: [DAGCombine] matchBinOpReduction - add partial reduction matching

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 06:27:30 PDT 2019


RKSimon updated this revision to Diff 210994.
RKSimon added a comment.

Fix the assertion to ensure Stages is in signed range, not i


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65047/new/

https://reviews.llvm.org/D65047

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/phaddsub-extract.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65047.210994.patch
Type: text/x-patch
Size: 15509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190721/4f7a1060/attachment.bin>


More information about the llvm-commits mailing list