[PATCH] D72742: Don't assume promotable integers are zero/sign-extended already in x86-64 ABI.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 02:28:35 PST 2020
lebedev.ri added a comment.
> Sign-extension is not guaranteed by the ABI, and thus the callee cannot assume it.
This is a bit too vague.
Can you quote specific parts of the appropriate standard/document?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72742/new/
https://reviews.llvm.org/D72742
More information about the llvm-commits
mailing list