[all-commits] [llvm/llvm-project] b81fc1: [NFC][InstCombine] Make check for sret in a vararg...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Sep 7 11:22:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b81fc14f2da1800432e864c27abb01c1a219a97e
      https://github.com/llvm/llvm-project/commit/b81fc14f2da1800432e864c27abb01c1a219a97e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [NFC][InstCombine] Make check for sret in a vararg function clearer

We're trying to get the parameter index of sret and see if it's part of
a function's varargs.

Reviewed By: rnk

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




More information about the All-commits mailing list