[PATCH] D123363: [SelectionDAG] Update emission of udivmodei5 to latest ABI changes

Matthias Gehre via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 04:38:19 PDT 2022


mgehre-amd abandoned this revision.
mgehre-amd added a comment.
Herald added a subscriber: jsji.

I'm abandoning this approach in favor of https://reviews.llvm.org/D130076



================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:3927
 
+  unsigned WordSizeInBits = DAG.getLibInfo().getIntSize();
+
----------------
LuoYuanke wrote:
> What's the word size in bit? 16 or 32? Int looks double word size.
I assumed that it would match the size of a C `int` on this target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123363



More information about the llvm-commits mailing list