Files
clang-p2996/llvm/lib/Target/X86/X86CallingConv.cpp
Harald van Dijk cdac34bd47 [X86] Zero-extend pointers to i64 for x86_64
For LP64 mode, this has no effect as pointers are already 64 bits.
For ILP32 mode (x32), this extension is specified by the ABI.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D91338
2020-11-30 18:51:23 +00:00

14 KiB