Files
llvm-mirror/test/CodeGen/PowerPC
Qiu Chaofan 87ee2e6422 [PowerPC] Duplicate inherited heuristic from base scheduler
PowerPC has its custom scheduler heuristic. It calls parent classes'
tryCandidate in override version, but the function returns void, so this
way doesn't actually help. This patch duplicates code from base scheduler
into PPC machine scheduler class, which does what we wanted.

Reviewed By: steven.zhang

Differential Revision: https://reviews.llvm.org/D94464
2021-01-22 10:11:03 +08:00
..
2018-09-07 07:56:05 +00:00
2020-03-19 08:34:48 -05:00
2017-10-10 08:46:10 +00:00
2020-06-01 02:30:27 +00:00