Files
clang-p2996/llvm/test/Transforms/InstCombine
Davide Italiano c78885818a [InstCombine] Fold branches with irrelevant conditions to a constant.
InstCombine folds instructions with irrelevant conditions to undef.
This, as Nuno confirmed is a bug.
(see https://bugs.llvm.org/show_bug.cgi?id=33409#c1 )

Given the original motivation for the change is that of removing an
USE, we now fold to false instead (which reaches the same goal
without undesired side effects).

Fixes PR33409.

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

llvm-svn: 311540
2017-08-23 09:14:37 +00:00
..
2016-07-16 16:24:06 +00:00
2017-01-22 20:28:56 +00:00
2017-04-17 03:41:47 +00:00
2017-01-10 23:08:54 +00:00
2017-05-19 22:37:09 +00:00
2017-04-19 12:06:40 +00:00
2017-05-03 23:32:51 +00:00
2017-04-14 17:47:07 +00:00
2017-05-19 22:37:09 +00:00
2017-05-19 22:37:09 +00:00
2017-05-19 22:37:09 +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.