[all-commits] [llvm/llvm-project] 99e57f: [CodeGenPrepare] Increase the limit on the number ...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Thu Mar 30 06:39:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99e57f06c4df56bc821cd6b6e646886e2e1ee851
      https://github.com/llvm/llvm-project/commit/99e57f06c4df56bc821cd6b6e646886e2e1ee851
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/test/CodeGen/Generic/addr-use-count.ll

  Log Message:
  -----------
  [CodeGenPrepare] Increase the limit on the number of instructions to scan

... when finding all memory uses for an address and make it a
parameter.

Now that we have avoided potentially exponential run time of
`FindAllMemoryUses` in D143893. it'd be beneficial to increase the
limit up from 20.

Reviewed By: mkazantsev

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

Change-Id: I3abdf40332ef65e9b2f819ac32ac60e4200ec51d




More information about the All-commits mailing list