[PATCH] D22768: Codegen: IfConversion: Factor out a function to count dup instrs.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 10:51:42 PDT 2016


iteratee created this revision.
iteratee added a reviewer: davidxl.
iteratee added subscribers: echristo, timshen, llvm-commits.
iteratee set the repository for this revision to rL LLVM.

Factor out countDuplicatedInstructions to Count duplicated instructions at the
beginning and end of a diamond pattern. This is in prep for adding support for
diamonds that need to be tail-merged.

Repository:
  rL LLVM

https://reviews.llvm.org/D22768

Files:
  lib/CodeGen/IfConversion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22768.65378.patch
Type: text/x-patch
Size: 5051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/3d64d1f3/attachment.bin>


More information about the llvm-commits mailing list