David Majnemer 718da3d1f6 [ConstantFolding] Handle bitcasts of undef fp vector elements
We used the wrong type for constructing a zero vector element which led
to type mismatches.

This fixes PR28771.

llvm-svn: 277197
2016-07-29 18:48:27 +00:00
..
2013-08-28 23:04:41 +00:00
2014-06-02 21:23:54 +00:00
2016-07-22 21:02:33 +00:00
2016-05-28 15:34:05 +00:00
2016-04-05 17:24:54 +00:00
2016-07-22 22:19:52 +00:00
2016-05-06 22:17:01 +00:00
2016-07-16 16:24:06 +00:00
2016-04-29 16:39:37 +00:00
2016-07-23 00:09:54 +00:00
2014-03-06 05:32:52 +00:00
2016-05-02 15:06:55 +00:00
2016-06-05 17:29:45 +00:00
2014-11-04 05:17:58 +00:00
2016-07-22 22:19:52 +00:00
2016-05-02 15:21:41 +00:00
2014-10-21 23:00:20 +00:00
2016-04-17 04:30:43 +00:00
2016-05-02 15:25:49 +00:00
2015-01-06 23:00:33 +00:00
2016-04-05 17:24:54 +00:00
2015-09-08 17:58:22 +00:00
2016-06-25 17:39:10 +00:00
2015-06-05 18:04:42 +00:00
2015-08-11 21:33:55 +00:00
2015-08-28 19:09:31 +00:00
2016-01-07 19:27:16 +00:00
2016-07-22 20:11:08 +00:00
2016-06-05 17:54:56 +00:00
2014-06-02 22:01:04 +00:00
2016-07-16 16:27:58 +00:00
2013-08-28 23:04:41 +00:00
2013-08-28 23:04:41 +00:00
2013-03-28 19:34:14 +00:00
2016-05-01 20:33:25 +00:00
2016-07-22 21:02:33 +00:00
2014-06-02 22:01:04 +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.