Files
clang-p2996/llvm/test/Transforms/InstCombine
Yaxun Liu e6d1ce59c0 [InstCombine] Fix bug in pointer replacement
This optimisation was crashing when there was a chain of more than one bitcast
instruction to replace, as a result of the changes in D27283.

Patch by James Price.

Differential Revision: https://reviews.llvm.org/D30347

llvm-svn: 296163
2017-02-24 20:27:25 +00:00
..
2016-09-13 12:10:14 +00:00
2016-07-16 16:24:06 +00:00
2017-01-22 20:28:56 +00:00
2016-06-05 17:29:45 +00:00
2017-01-10 23:08:54 +00:00
2016-04-17 04:30:43 +00:00
2016-05-02 15:25:49 +00:00
2016-06-25 17:39:10 +00:00
2016-06-05 17:54:56 +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.