[PATCH] D67081: [ModuloSchedule] Introduce PeelingModuloScheduleExpander

James Molloy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 2 08:19:43 PDT 2019


jmolloy created this revision.
jmolloy added reviewers: ThomasRaoux, bcahoon.
Herald added subscribers: llvm-commits, jsji, hiraditya.
Herald added a project: LLVM.

This is the beginnings of a reimplementation of ModuloScheduleExpander. It works
by generating a single-block correct pipelined kernel and then peeling out the
prolog and epilogs.

This patch implements kernel generation as well as a validator that will
confirm the number of phis added is the same as the ModuloScheduleExpander.

Prolog and epilog peeling will come in a different patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D67081

Files:
  llvm/include/llvm/CodeGen/ModuloSchedule.h
  llvm/lib/CodeGen/MachinePipeliner.cpp
  llvm/lib/CodeGen/ModuloSchedule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67081.218373.patch
Type: text/x-patch
Size: 22735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190902/1ea6ff8f/attachment.bin>


More information about the llvm-commits mailing list