[PATCH] D76649: [X86] Move combineLoopMAddPattern and combineLoopSADPattern to an IR pass before SelecitonDAG.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 14:12:18 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f7d4150b9ec: [X86] Move combineLoopMAddPattern and combineLoopSADPattern to an IR pass… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D76649?vs=252935&id=252977#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76649

Files:
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/Target/X86/CMakeLists.txt
  llvm/lib/Target/X86/X86.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86PartialReduction.cpp
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/test/CodeGen/Generic/vector-redux.ll
  llvm/test/CodeGen/X86/O3-pipeline.ll
  llvm/test/CodeGen/X86/madd.ll
  llvm/test/CodeGen/X86/min-legal-vector-width.ll
  llvm/test/CodeGen/X86/sad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76649.252977.patch
Type: text/x-patch
Size: 80080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/f0832e24/attachment.bin>


More information about the llvm-commits mailing list