diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-06-03 05:15:46 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-06-03 05:15:46 +0000 |
commit | 95299c194d4f852d17554779117c4125c3fae73d (patch) | |
tree | ecd59e7769fa6b3a49757aa63fc467358c4c13c9 /lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | a321dcd38d2bdafa06537515de97787aa0e83974 (diff) |
If there is a def of a super-register followed by a use of a sub-register, do *not* add an implicit def of the sub-register. e.g.
EAX = ..., AX<imp-def>
...
= AX
This creates a double-def. Apparently this used to be necessary but is no longer needed.
Thanks to Anton for pointing this out. Anton, I cannot create a test case without your uncommitted ARM patches. Please check in a test case for me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions