[all-commits] [llvm/llvm-project] 9bf3cf: [SCEV] Add a missing AssumptionCache parameter

Philip Reames via All-commits all-commits at lists.llvm.org
Wed Feb 10 12:09:22 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bf3cfa77b833b508c118384b57c596fc8f92933
      https://github.com/llvm/llvm-project/commit/9bf3cfa77b833b508c118384b57c596fc8f92933
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [SCEV] Add a missing AssumptionCache parameter

The AssumptionCache mechanism is used to feed assumes into known bits computations.  Most places in SCEV passed it in, but one place appears to have been missed.

Spotted via inspection, don't have a test case which actually exercises this, but it seemed like an obvious fixit.




More information about the All-commits mailing list