[all-commits] [llvm/llvm-project] 9c0e45: [SystemZ] Use VT (not ArgVT) for SlotVT in LowerCa...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Wed Feb 21 07:26:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c0e45d7f0e2202e16dbd9a7b9f462e2bcb741ae
      https://github.com/llvm/llvm-project/commit/9c0e45d7f0e2202e16dbd9a7b9f462e2bcb741ae
  Author: Jonas Paulsson <paulson1 at linux.ibm.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    A llvm/test/CodeGen/SystemZ/frame-29.ll

  Log Message:
  -----------
  [SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475)

When an integer argument is promoted and *not* split (like i72 -> i128 on
a new machine with vector support), the SlotVT should be i128, which is
stored in VT - not ArgVT.

Fixes #81417



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list