[PATCH] D27963: [Codegen] Have the generic debug skip functions return true on empty.

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 17:28:43 PST 2016


iteratee created this revision.
iteratee added a reviewer: fhahn.
iteratee added a subscriber: llvm-commits.
iteratee set the repository for this revision to rL LLVM.
Herald added a subscriber: MatzeB.

Overall this leads to simpler code even though a few cases are slightly longer.
NFC.


Repository:
  rL LLVM

https://reviews.llvm.org/D27963

Files:
  include/llvm/CodeGen/MachineBasicBlock.h
  lib/CodeGen/BranchFolding.cpp
  lib/CodeGen/IfConversion.cpp
  lib/CodeGen/MachineBasicBlock.cpp
  lib/CodeGen/MachineCSE.cpp
  lib/CodeGen/RegisterPressure.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27963.82043.patch
Type: text/x-patch
Size: 5916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/c2e81525/attachment.bin>


More information about the llvm-commits mailing list