Fix a miscompilation in the addr mode code trying to implement X | C and X + C to promote LEA formation. We would incorrectly apply it in some cases (test) and miss it in others.
This fixes CodeGen/X86/2007-02-04-OrAddrMode.ll
llvm-svn: 33884
Fix a miscompilation in the addr mode code trying to implement X | C and X + C… lattner on Feb 4 2007, 12:18 PM. Authored by Tags None Subscribers None
Description
Details
|