Sanjay Patel
4211bbc568
Fix a logic bug when copying fast-math flags.
...
"Setting" does not equal "copying". This bug has sat dormant for 2 reasons:
1. The unit test was not adequate.
2. Every current user of the "copyFastMathFlags" API is operating on a new instruction.
(ie, all existing fast-math flags are off). If you copy flags to an existing
instruction that has some flags on already, you will not necessarily turn them off
as expected.
I uncovered this bug while trying to implement a fix for PR20802.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216939 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 20:03:00 +00:00
..
2014-08-26 00:33:28 +00:00
2014-08-19 21:30:15 +00:00
2014-08-13 16:26:38 +00:00
2014-07-18 15:51:28 +00:00
2014-08-12 16:46:37 +00:00
2014-08-12 00:05:15 +00:00
2014-07-25 14:49:26 +00:00
2014-06-27 18:19:56 +00:00
2014-08-21 02:12:35 +00:00
2014-08-13 16:26:38 +00:00
2014-03-04 12:24:34 +00:00
2014-08-27 05:25:25 +00:00
2014-08-19 19:13:30 +00:00
2014-08-27 20:03:13 +00:00
2014-06-26 22:52:05 +00:00
2014-08-29 22:44:07 +00:00
2014-06-05 14:32:15 +00:00
2014-07-18 19:36:04 +00:00
2014-08-29 21:53:01 +00:00
2014-08-21 22:45:21 +00:00
2014-07-21 17:06:51 +00:00
2014-08-27 05:25:25 +00:00
2014-08-25 18:16:47 +00:00
2014-06-27 18:19:56 +00:00
2014-03-06 03:50:29 +00:00
2014-04-09 06:08:46 +00:00
2014-09-02 20:03:00 +00:00
2014-09-02 20:03:00 +00:00
2014-04-09 06:08:46 +00:00
2014-07-24 14:25:39 +00:00
2014-05-24 20:19:40 +00:00
2014-03-04 12:46:06 +00:00
2014-08-13 16:26:38 +00:00
2014-08-24 23:23:06 +00:00
2014-07-24 14:25:39 +00:00
2014-08-19 16:39:58 +00:00
2014-08-27 05:25:25 +00:00
2013-01-02 12:09:16 +00:00
2014-08-06 18:09:04 +00:00
2014-08-27 05:25:25 +00:00
2014-07-24 14:25:39 +00:00
2014-08-26 21:49:01 +00:00
2014-05-21 02:46:14 +00:00
2014-06-12 16:06:51 +00:00
2014-07-16 17:09:21 +00:00
2014-06-12 16:06:51 +00:00
2014-08-13 16:26:38 +00:00
2014-08-31 19:19:57 +00:00
2013-10-16 04:10:06 +00:00
2014-08-21 21:09:24 +00:00
2014-08-19 21:08:27 +00:00
2014-03-25 08:42:49 +00:00
2014-08-21 05:55:13 +00:00
2014-04-22 02:02:50 +00:00
2013-10-03 03:29:21 +00:00
2014-08-29 21:25:28 +00:00