[PATCH] D107965: Fix X86-64 ABIT issue when splitting an i128 into two i64 during function call

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 08:10:41 PDT 2021


serge-sans-paille added a comment.

This diff relies on the ArgumentNeedsConsecutiveRegisters property which is unused for X86. I'm new to codegen and will happily follow another track.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107965



More information about the llvm-commits mailing list