[PATCH] D53878: [AArch64] Mark condition flags as clobbered when calling __chkstk
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 11:36:58 PDT 2018
efriedma added a comment.
Missing implicit-def of r16/r17?
On a sort-of-related note, I'm confused about the difference between small/large code model; doesn't the AArch64 linker support range-extension thunks? (This is related because range-extension thunks can clobber r16/r17.)
Repository:
rL LLVM
https://reviews.llvm.org/D53878
More information about the llvm-commits
mailing list