[all-commits] [llvm/llvm-project] c228c7: [AntidepBreaker] Move AntiDepBreaker to include fo...
Thomas via All-commits
all-commits at lists.llvm.org
Tue Apr 14 11:42:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c228c717aaa1602f0cdfcba77416a9eb1fb0024c
https://github.com/llvm/llvm-project/commit/c228c717aaa1602f0cdfcba77416a9eb1fb0024c
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
A llvm/include/llvm/CodeGen/AntiDepBreaker.h
M llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
M llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
R llvm/lib/CodeGen/AntiDepBreaker.h
M llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
M llvm/lib/CodeGen/CriticalAntiDepBreaker.h
M llvm/lib/CodeGen/PostRASchedulerList.cpp
Log Message:
-----------
[AntidepBreaker] Move AntiDepBreaker to include folder.
This allows AntiDepBreaker to be used in target specific postRA
scheduler.
Differential Revision: https://reviews.llvm.org/D78047
More information about the All-commits
mailing list