[PATCH] Add codegen for minnum / magnum

Matt Arsenault Matthew.Arsenault at amd.com
Tue Oct 21 14:46:27 PDT 2014


Update for trunk

http://reviews.llvm.org/D5717

Files:
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/CodeGen/RuntimeLibcalls.h
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/BasicTargetTransformInfo.cpp
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/R600/AMDGPUISelLowering.cpp
  lib/Target/R600/SIISelLowering.cpp
  lib/Target/R600/SIInstructions.td
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/PowerPC/fmax.ll
  test/CodeGen/PowerPC/fmin.ll
  test/CodeGen/R600/fmax.f64.ll
  test/CodeGen/R600/fmax.ll
  test/CodeGen/R600/fmin.f64.ll
  test/CodeGen/R600/fmin.ll
  test/CodeGen/X86/fmax.ll
  test/CodeGen/X86/fmin.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5717.15213.patch
Type: text/x-patch
Size: 53459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141021/04e3a161/attachment.bin>


More information about the llvm-commits mailing list