[all-commits] [llvm/llvm-project] 9da62d: [polly] Fix "no member named 'getIndexExpressionsF...

PiJoules via All-commits all-commits at lists.llvm.org
Wed Sep 8 20:06:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9da62d3ed9d7d8425acbaff13dfe65692db608f9
      https://github.com/llvm/llvm-project/commit/9da62d3ed9d7d8425acbaff13dfe65692db608f9
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

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

  Log Message:
  -----------
  [polly] Fix "no member named 'getIndexExpressionsFromGEP'"

As of 741fabc222f226d34d806056b804244b012853b, polly builders are
failing from this error. The signiature is slightly different and
accepts a ScalarEvolution reference instead. This should fix the polly
builders.




More information about the All-commits mailing list