[PATCH] D123472: [SimplifyLibCalls] avoid slicing 64-bit integers in an ILP32 build (PR #54739)

Martin Sebor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 08:14:54 PDT 2022


msebor added a comment.

In D123472#3441702 <https://reviews.llvm.org/D123472#3441702>, @xbolva00 wrote:

>>> ILP32 test run shows a few crashes that appear unrelated to this change
>
> Is this even supported? I am wondering whether it is worth to fix it at all (and make code worse to read) if there are more crashes anyway.

I opened PR 54129 <https://github.com/llvm/llvm-project/issues/54844> with more details.  It would be good to know if building 64-bit programs with a 32-bit Clang/LLVM isn't meant to work (if it isn't, adding an error to point that out would be helpful).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123472



More information about the llvm-commits mailing list