[all-commits] [llvm/llvm-project] d8f281: [ModuloSchedule] Allow illegal phis to be moved ac...
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Fri May 29 07:09:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d8f2814c913847b1d0e9167dce5973eea3600c7e
https://github.com/llvm/llvm-project/commit/d8f2814c913847b1d0e9167dce5973eea3600c7e
Author: Hendrik Greving <hgreving at google.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M llvm/lib/CodeGen/ModuloSchedule.cpp
Log Message:
-----------
[ModuloSchedule] Allow illegal phis to be moved across stages.
Fixes a trivial but impactful bug where we did not move illegal phis across stages. This
led to incorrect mappings in certain cases.
More information about the All-commits
mailing list