Nikita Popov
e9a00fefdc
[ConstantRange] Add fromKnownBits() method
...
Following the suggestion in D59450, I'm moving the code for constructing
a ConstantRange from KnownBits out of ValueTracking, which also allows us
to test this code independently.
I'm adding this method to ConstantRange rather than KnownBits (which
would have been a bit nicer API wise) to avoid creating a dependency
from Support to IR, where ConstantRange lives.
Differential Revision: https://reviews.llvm.org/D59475
llvm-svn: 356339
2019-03-17 20:24:02 +00:00
..
2019-01-19 08:50:56 +00:00
2019-02-08 20:48:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-12 21:02:54 +00:00
2015-12-22 23:57:37 +00:00
2019-03-08 05:27:53 +00:00
2019-02-14 23:42:21 +00:00
2019-03-06 15:20:13 +00:00
2019-01-19 08:50:56 +00:00
2019-03-08 10:44:06 +00:00
2019-01-19 08:50:56 +00:00
2019-03-17 20:24:02 +00:00
2019-03-14 19:22:08 +00:00
2019-01-19 08:50:56 +00:00
2019-02-05 18:05:44 +00:00
2019-03-08 10:44:06 +00:00
2019-02-17 21:25:47 +00:00
2019-02-05 19:33:47 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-06 14:52:37 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-02-01 02:28:03 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-02-08 20:48:56 +00:00
2019-03-03 13:21:38 +00:00
2019-01-19 08:50:56 +00:00
2019-02-01 20:43:34 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-06 15:20:13 +00:00
2019-01-19 08:50:56 +00:00
2019-03-06 15:20:13 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 09:39:57 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-02-28 19:55:07 +00:00
2019-03-15 15:11:38 +00:00
2019-01-19 08:50:56 +00:00
2019-02-28 04:00:55 +00:00
2019-02-28 04:00:55 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-15 22:15:23 +00:00
2019-02-28 19:55:07 +00:00
2019-03-12 21:22:27 +00:00
2019-01-19 08:50:56 +00:00
2019-02-11 07:42:30 +00:00
2019-01-23 22:59:52 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-08 10:44:06 +00:00
2019-01-19 08:50:56 +00:00
2019-03-16 05:38:57 +00:00