Files
clang-p2996/llvm/test/Transforms/InstCombine
Davide Italiano 1e77aaca8a [LibcallsShrinkWrap] This pass doesn't preserve the CFG.
For example, it invalidates the domtree, causing assertions
in later passes which need dominator infos. Make it preserve
GlobalsAA, as suggested by Eli.

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

llvm-svn: 286271
2016-11-08 19:18:20 +00:00
..
2016-09-13 12:10:14 +00:00
2016-04-05 17:24:54 +00:00
2016-05-06 22:17:01 +00:00
2016-09-12 00:08:33 +00:00
2016-07-16 16:24:06 +00:00
2016-05-02 15:06:55 +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-06-25 17:39:10 +00:00
2016-11-08 18:06:14 +00:00
2016-06-05 17:54:56 +00:00
2016-07-16 16:27:58 +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.