[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
Sat Apr 2 08:54:19 PDT 2022


lebedev.ri added a comment.
Herald added subscribers: StephenFan, sstefan1.
Herald added a project: All.

Passing-by remark: i'm not sure it was noted already,
but i believe that the function linkage should be differentiated here,
the ABI mismatch can only exist if the function can actually be called
from the external code, which isn't always the case.


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