[PATCH] [ARM] Correct POP reglist handling
Saleem Abdulrasool
compnerd at compnerd.org
Mon Jan 5 20:52:39 PST 2015
The current revision of the ARM ARM seems to indicate that pop {sp} is permitted. I think that this may be a bug in GAS (its tricky since ldm {sp} is not permitted, but pop can be relaxed to a ldm). I think for now, being more conservative and just changing the IsPop to IsARPop and passing that information along might be the better solution.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D6819
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list