[PATCH] D110508: [SelectionDAG] Fix shift libcall ABI mismatch in shift-amount argument

Itay Bookstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 09:08:02 PDT 2021


nextsilicon-itay-bookstein updated this revision to Diff 375296.
nextsilicon-itay-bookstein marked an inline comment as done.
nextsilicon-itay-bookstein added a subscriber: bjope.
nextsilicon-itay-bookstein added a comment.

Modified to use DAG.getLibInfo().getIntSize() as @bjope suggested in llvm-dev.


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

https://reviews.llvm.org/D110508

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/test/CodeGen/AArch64/shift_minsize.ll
  llvm/test/CodeGen/RISCV/shifts.ll
  llvm/test/CodeGen/X86/shift_minsize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110508.375296.patch
Type: text/x-patch
Size: 11611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210927/27b8de05/attachment.bin>


More information about the llvm-commits mailing list