[all-commits] [llvm/llvm-project] caabb7: [ModuloSchedule] Fix data types in ModuloScheduleE...

Thomas via All-commits all-commits at lists.llvm.org
Mon Dec 9 07:37:45 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: caabb713ea157f8c449c8d3eb00410bbef734a22
      https://github.com/llvm/llvm-project/commit/caabb713ea157f8c449c8d3eb00410bbef734a22
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M llvm/lib/CodeGen/ModuloSchedule.cpp

  Log Message:
  -----------
  [ModuloSchedule] Fix data types in ModuloScheduleExpander::isLoopCarried

The cycle values in modulo scheduling results can be negative.
The result of ModuloSchedule::getCycle() must be received as an int type.

Patch by Masaki Arai!

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




More information about the All-commits mailing list