[all-commits] [llvm/llvm-project] b0e06e: [Attributor][NFC] Modify isAssumedHeapToStack for ...

Giorgis Georgakoudis via All-commits all-commits at lists.llvm.org
Wed Jul 21 10:28:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0e06e1fc0041d7d49af0a2339a4651445b2effc
      https://github.com/llvm/llvm-project/commit/b0e06e1fc0041d7d49af0a2339a4651445b2effc
  Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFC] Modify isAssumedHeapToStack for const argument

There is no need for a non-const argument interface and the const argument modification covers existing and upcoming use cases.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list