diff options
author | Tim Northover <tnorthover@apple.com> | 2014-04-03 15:10:35 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-04-03 15:10:35 +0000 |
commit | 01b4aa94371345be8e19129ccd9c6814f9c0e6aa (patch) | |
tree | 03ee37a4fd0f15c9b5dfcc2baff4896eb1679263 /llvm/test/CodeGen/ARM/fixunsdfdi.ll | |
parent | 0dcccf7bf3c1c8dfcfb8a92940c3240f8a2f7749 (diff) | |
download | bcm5719-llvm-01b4aa94371345be8e19129ccd9c6814f9c0e6aa.tar.gz bcm5719-llvm-01b4aa94371345be8e19129ccd9c6814f9c0e6aa.zip |
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
llvm-svn: 205540
Diffstat (limited to 'llvm/test/CodeGen/ARM/fixunsdfdi.ll')
0 files changed, 0 insertions, 0 deletions