[PATCH] D47685: Get rid of SETCCE

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 3 07:23:20 PDT 2018


deadalnix created this revision.
deadalnix added reviewers: efriedma, craig.topper, dblaikie, bkramer.

It has been deprecated in favor of SETCCCARRY for a year now and isn't used by any in tree backend.


Repository:
  rL LLVM

https://reviews.llvm.org/D47685

Files:
  docs/ReleaseNotes.rst
  include/llvm/CodeGen/ISDOpcodes.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47685.149636.patch
Type: text/x-patch
Size: 8867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180603/f860df76/attachment.bin>


More information about the llvm-commits mailing list