[PATCH] D82184: [MSP430] Update register names
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 03:11:05 PDT 2020
asl accepted this revision.
asl added a comment.
This revision is now accepted and ready to land.
Looks good to me! FP was an old register name from mspgcc time. MSP430 EABI does not use frame pointer at all (seems to be a bug in the ABI, as I do not understand how we could support VLAs or alloca's in this case).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82184/new/
https://reviews.llvm.org/D82184
More information about the llvm-commits
mailing list