[all-commits] [llvm/llvm-project] df1f03: [SimpleLoopUnswitch] Allow threshold to be specifi...

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Mon Oct 4 09:36:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df1f03280c4f4b28e6a8f8b7d8a89e62112162ab
      https://github.com/llvm/llvm-project/commit/df1f03280c4f4b28e6a8f8b7d8a89e62112162ab
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp

  Log Message:
  -----------
  [SimpleLoopUnswitch] Allow threshold to be specified zero or more times

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


  Commit: 67acc772d0945e8e30cf31a2ce1173e9c564708f
      https://github.com/llvm/llvm-project/commit/67acc772d0945e8e30cf31a2ce1173e9c564708f
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M polly/lib/Analysis/ScopDetection.cpp

  Log Message:
  -----------
  [NFC] Fix build failure in ScopDetection

In some build environments, the C++ compiler is unable to infer the
correct type for the DenseMap::insert in isErrorBlock. Typing out
std::make_pair helps.


Compare: https://github.com/llvm/llvm-project/compare/1e4cfe5e4f21...67acc772d094


More information about the All-commits mailing list