llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.14k stars 12.02k forks source link

Enable the MachineScheduler pass by default. #12696

Open atrick opened 12 years ago

atrick commented 12 years ago
Bugzilla Link 12324
Version trunk
OS All
CC @asl

Extended Description

This is an umbrella bug for initial bringup of the MachineScheduler Pass. This PR can be used for tagging checked in test cases, bombarding me with new test cases without necessarily filing new bugs, reporting benchmark scores, and general discussion.

atrick commented 12 years ago

This bug title is premature. MISched won't be ready for 3.1. It's a 3.2 feature.

asl commented 12 years ago

Hi Andrew. Given the release schedule - can this feature be postponed until 3.1 will be branched? It seems to be 'risky enough' to produce subtle bugs which can go unnoticed for a long time.

atrick commented 12 years ago

assigned to @atrick