llvm/test/Transforms
Philip Reames 1758dd66cc [LVI] Fix a bug which prevented use of !range metadata within a query
The diff is relatively large since I took a chance to rearrange the code I had to touch in a more obvious way, but the key bit is merely using the !range metadata when we can't analyze the instruction further.  The previous !range metadata code was essentially just dead since no binary operator or cast will have !range metadata (per Verifier) and it was otherwise dropped on the floor.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262751 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-04 22:27:39 +00:00
..
2016-01-29 22:35:36 +00:00
2016-03-03 16:12:01 +00:00
2015-12-11 13:36:59 +00:00
2015-12-14 18:34:23 +00:00
2016-02-07 20:57:46 +00:00