LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1390 - ARM THUMB: invalid push/pop instruction when the stack is 8-bytes aligned
Summary: ARM THUMB: invalid push/pop instruction when the stack is 8-bytes aligned
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: ARM (show other bugs)
Version: trunk
Hardware: All Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-05 15:35 PDT by Lauro Venancio
Modified: 2010-03-06 13:58 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
testcase.ll (1.87 KB, text/plain)
2007-05-05 15:36 PDT, Lauro Venancio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Venancio 2007-05-05 15:35:06 PDT
ARM backend is emitting push/pop with high registers when the stack is 8-bytes
aligned.
Comment 1 Lauro Venancio 2007-05-05 15:36:49 PDT
Created attachment 831 [details]
testcase.ll