[PATCH] D58015: [SelectionDAG][AArch64] Legalize VECREDUCE

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 13:21:34 PDT 2019


This revision was automatically updated to reflect the committed changes.
nikic marked 2 inline comments as done.
Closed by commit rL355860: [SDAG][AArch64] Legalize VECREDUCE (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58015?vs=189991&id=190146#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58015

Files:
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/vecreduce-add-legalization.ll
  llvm/trunk/test/CodeGen/AArch64/vecreduce-and-legalization.ll
  llvm/trunk/test/CodeGen/AArch64/vecreduce-fadd-legalization.ll
  llvm/trunk/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
  llvm/trunk/test/CodeGen/AArch64/vecreduce-umax-legalization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58015.190146.patch
Type: text/x-patch
Size: 48972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/3a43a683/attachment.bin>


More information about the llvm-commits mailing list