[all-commits] [llvm/llvm-project] d056c0: Remove unnecessary check for inalloca in IPConstan...

aeubanks via All-commits all-commits at lists.llvm.org
Tue May 5 08:26:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d056c0c71f954b01e2d4475b8d75ec32e842fc00
      https://github.com/llvm/llvm-project/commit/d056c0c71f954b01e2d4475b8d75ec32e842fc00
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/IPConstantPropagation.cpp

  Log Message:
  -----------
  Remove unnecessary check for inalloca in IPConstantPropagation

Summary:
This was added in https://reviews.llvm.org/D2449, but I'm not sure it's
necessary since an inalloca value is never a Constant (should be an
AllocaInst).

Reviewers: hans, rnk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list