Files
clang-p2996/llvm/test/Transforms/InstCombine
Sanjay Patel 9ad8fb68f7 [InstSimplify] analyze (optionally casted) icmps to eliminate obviously false logic (PR27869)
By moving this transform to InstSimplify from InstCombine, we sidestep the problem/question
raised by PR27869:
https://llvm.org/bugs/show_bug.cgi?id=27869
...where InstCombine turns an icmp+zext into a shift causing us to miss the fold.

Credit to David Majnemer for a draft patch of the changes to InstructionSimplify.cpp.

Differential Revision: http://reviews.llvm.org/D21512

llvm-svn: 273200
2016-06-20 20:59:59 +00:00
..
2016-05-28 15:34:05 +00:00
2016-04-05 17:24:54 +00:00
2016-05-06 22:17:01 +00:00
2016-04-29 16:39:37 +00:00
2016-05-02 15:06:55 +00:00
2016-06-06 15:55:00 +00:00
2016-06-05 17:29:45 +00:00
2016-05-02 15:21:41 +00:00
2016-04-17 04:30:43 +00:00
2016-05-02 15:25:49 +00:00
2016-04-05 17:24:54 +00:00
2016-05-13 18:02:16 +00:00
2016-01-07 19:27:16 +00:00
2016-06-05 17:54:56 +00:00
2016-05-01 20:33:25 +00:00
2016-04-05 17:24:54 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.