[PATCH] D23939: IfConversion: Fix branch predication bug.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 16:19:03 PDT 2016


iteratee removed rL LLVM as the repository for this revision.
iteratee updated this revision to Diff 69447.
iteratee added a comment.

Added assertion that branches are the same.
Added comments that we have already checked the sameness.
Verified that if I remove the earlier check for branch sameness, the later assertion does fire.


https://reviews.llvm.org/D23939

Files:
  lib/CodeGen/IfConversion.cpp
  test/CodeGen/Hexagon/ifcvt-diamond-bug-2016-08-26.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23939.69447.patch
Type: text/x-patch
Size: 7344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160826/b10d2dfb/attachment.bin>


More information about the llvm-commits mailing list