Tim Northover d5561bb1f0 ARM: tell LLVM about zext properties of ldrexb/ldrexh
Implementing this via ComputeMaskedBits has two advantages:
  + It actually works. DAGISel doesn't deal with the chains properly
    in the previous pattern-based solution, so they never trigger.
  + The information can be used in other DAG combines, as well as the
    trivial "get rid of truncs". For example if the trunc is in a
    different basic block.

rdar://problem/16227836

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205540 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-03 15:10:35 +00:00
..
2013-05-20 08:01:34 +00:00
2014-01-29 11:50:56 +00:00
2014-01-11 21:06:00 +00:00
2014-02-16 07:31:05 +00:00
2014-02-16 07:31:05 +00:00
2014-01-11 21:06:00 +00:00
2014-01-29 11:50:56 +00:00
2014-01-29 11:50:56 +00:00
2014-01-29 11:50:56 +00:00
2014-02-16 13:28:39 +00:00
2014-01-24 17:20:08 +00:00
2013-09-04 21:23:23 +00:00
2014-03-25 03:39:39 +00:00
2013-07-18 13:17:26 +00:00