[PATCH] D91338: [X86] Zero-extend pointers to i64 for x86_64

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 04:12:35 PST 2020


hvdijk marked an inline comment as done.
hvdijk added inline comments.


================
Comment at: llvm/test/CodeGen/X86/sibcall.ll:84
 
 ; FIXME: This isn't needed since x32 psABI specifies that callers must
 ;        zero-extend pointers passed in registers.
----------------
xbolva00 wrote:
> Adjust fixme?
Good spot. This comment applied to the `movl %edi, %eax` that is no longer generated, so I have simply removed the comment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91338/new/

https://reviews.llvm.org/D91338



More information about the llvm-commits mailing list