[PATCH] D63946: [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.4
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 14:11:23 PDT 2019
yln added a comment.
I reverted this, because we are doing a call (`%rsi` is not a preserved register), so of course we have to save/restore it (even if we don't clobber it ourselves).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63946/new/
https://reviews.llvm.org/D63946
More information about the llvm-commits
mailing list