| commit | f65c9ef720f18a261ac57018f990a8cabff470bd | [log] [tgz] |
|---|---|---|
| author | Bob Wilson <bob.wilson@apple.com> | Fri Sep 03 01:35:08 2010 +0000 |
| committer | Bob Wilson <bob.wilson@apple.com> | Fri Sep 03 01:35:08 2010 +0000 |
| tree | d1dedae66eff7e907a81f3de52125e0c50220fa9 | |
| parent | 335e16bad41d38c6c1a790cf3795b465a8e41678 [diff] |
Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the vabd intrinsic and add and/or zext operations. In the case of vaba, this also avoids the need for a DAG combine pattern to combine vabd with add. Update tests. Auto-upgrade the old intrinsics. llvm-svn: 112941