[all-commits] [llvm/llvm-project] 969268: [MemProf] Don't use constexpr via lambda capture d...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Sun Apr 23 15:04:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 969268831b9e409dd66af10c12fe17431e09b70f
      https://github.com/llvm/llvm-project/commit/969268831b9e409dd66af10c12fe17431e09b70f
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2023-04-23 (Sun, 23 Apr 2023)

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

  Log Message:
  -----------
  [MemProf] Don't use constexpr via lambda capture due to MSVC issues (NFC)

Modifies a104e27030587507a711cef0e2b0ddb447fe68fe slightly to switch a
constexpr used via a lambda capture to a const, due to issues with MSVC.
See https://reviews.llvm.org/D140949#inline-1438809 for context.




More information about the All-commits mailing list