[all-commits] [llvm/llvm-project] f3d8a9: [ModuloSchedule] Support instructions with > 1 des...
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Mon Jun 8 11:44:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f3d8a9397003b6645f19a4dd11cc1165ce75bd7d
https://github.com/llvm/llvm-project/commit/f3d8a9397003b6645f19a4dd11cc1165ce75bd7d
Author: Hendrik Greving <hgreving at google.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/ModuloSchedule.cpp
Log Message:
-----------
[ModuloSchedule] Support instructions with > 1 destination when walking canonical use.
Fixes a minor bug that led to finding the wrong register if the definition had more
than one register destination.
More information about the All-commits
mailing list