[all-commits] [llvm/llvm-project] e15e14: [ModuloSchedule] Pass loop block explicitly to ker...
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Fri Jun 25 09:51:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e15e1417b9fdd628476736c7b1637779752ae3c7
https://github.com/llvm/llvm-project/commit/e15e1417b9fdd628476736c7b1637779752ae3c7
Author: Hendrik Greving <hgreving at google.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/ModuloSchedule.cpp
Log Message:
-----------
[ModuloSchedule] Pass loop block explicitly to kernel rewriter.
This change is NFC upstream. We pass in the loop's block to the kernel
rewriter explicitly, instead of assuming it's the loop's top block. This
change is made for downstream targets where this assumption doesn't hold.
Differential Revision: https://reviews.llvm.org/D104811
More information about the All-commits
mailing list