[all-commits] [llvm/llvm-project] 670736: [PowerPC] Prevent argument promotion of types with...

ahsansaghir via All-commits all-commits at lists.llvm.org
Tue May 4 10:09:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 670736a904746e92dde141266b6d4881b56d51a2
      https://github.com/llvm/llvm-project/commit/670736a904746e92dde141266b6d4881b56d51a2
  Author: Ahsan Saghir <saghir at ca.ibm.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    A llvm/test/CodeGen/PowerPC/arg_promotion.ll

  Log Message:
  -----------
  [PowerPC] Prevent argument promotion of types with size greater than 128 bits

This patch prevents argument promotion of types having
type size greater than 128 bits.

Fixes Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=49952

Reviewed By: #powerpc, nemanjai

Differential Revision: https://reviews.llvm.org/D101188




More information about the All-commits mailing list