[PATCH] D53112: Rename minnan and maxnan to minimum and maximum

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 14:57:57 PDT 2018


tlively created this revision.
tlively added reviewers: arsenm, aheejin, dschuff.
Herald added subscribers: llvm-commits, atanasyan, jrtc27, jgravelle-google, sbc100, wdng, sdardis, jholewinski.
Herald added a reviewer: javed.absar.

Changes all uses of minnan/maxnan to minimum/maximum
globally. These names emphasize that the semantic difference between
these operations is more than just NaN-propagation.


Repository:
  rL LLVM

https://reviews.llvm.org/D53112

Files:
  include/llvm/CodeGen/BasicTTIImpl.h
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/CodeGen/TargetLowering.h
  include/llvm/Target/TargetSelectionDAG.td
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMInstrNEON.td
  lib/Target/Mips/MipsSEISelLowering.cpp
  lib/Target/NVPTX/NVPTXISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZInstrVector.td
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  test/CodeGen/ARM/fp16-promote.ll
  test/CodeGen/SystemZ/vec-max-05.ll
  test/CodeGen/SystemZ/vec-min-05.ll
  test/CodeGen/WebAssembly/simd-arith.ll
  unittests/Analysis/ValueTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53112.169102.patch
Type: text/x-patch
Size: 38423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181010/fedba9d7/attachment.bin>


More information about the llvm-commits mailing list