[PATCH] D122963: [X86] Extend the integer parameter if the function isn't local linked

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 02:45:59 PDT 2022


LiuChen3 updated this revision to Diff 421142.
LiuChen3 added a comment.

Address Shenchen's comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122963

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/2012-08-16-setcc.ll
  llvm/test/CodeGen/X86/addr-mode-matcher-2.ll
  llvm/test/CodeGen/X86/and-with-overflow.ll
  llvm/test/CodeGen/X86/avx512-regcall-NoMask.ll
  llvm/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/test/CodeGen/X86/bitcast-int-to-vector-bool.ll
  llvm/test/CodeGen/X86/bool-ext-inc.ll
  llvm/test/CodeGen/X86/bool-zext.ll
  llvm/test/CodeGen/X86/callee-extend.ll
  llvm/test/CodeGen/X86/cmp-bool.ll
  llvm/test/CodeGen/X86/cmp.ll
  llvm/test/CodeGen/X86/commute-two-addr.ll
  llvm/test/CodeGen/X86/critical-edge-split-2.ll
  llvm/test/CodeGen/X86/dagcombine-shifts.ll
  llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
  llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll
  llvm/test/CodeGen/X86/divide-by-constant.ll
  llvm/test/CodeGen/X86/fdiv-combine.ll
  llvm/test/CodeGen/X86/fp128-select.ll
  llvm/test/CodeGen/X86/illegal-bitfield-loadstore.ll
  llvm/test/CodeGen/X86/known-signbits-vector.ll
  llvm/test/CodeGen/X86/mask-negated-bool.ll
  llvm/test/CodeGen/X86/musttail-varargs.ll
  llvm/test/CodeGen/X86/negate-i1.ll
  llvm/test/CodeGen/X86/or-with-overflow.ll
  llvm/test/CodeGen/X86/popcnt.ll
  llvm/test/CodeGen/X86/pr49028.ll
  llvm/test/CodeGen/X86/select-ext.ll
  llvm/test/CodeGen/X86/select_const.ll
  llvm/test/CodeGen/X86/setcc-logic.ll
  llvm/test/CodeGen/X86/sext-i1.ll
  llvm/test/CodeGen/X86/sibcall.ll
  llvm/test/CodeGen/X86/split-store.ll
  llvm/test/CodeGen/X86/x86-64-arg.ll
  llvm/test/CodeGen/X86/xor-icmp.ll
  llvm/test/CodeGen/X86/xor-with-overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122963.421142.patch
Type: text/x-patch
Size: 59578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220407/17d6627d/attachment.bin>


More information about the llvm-commits mailing list