LLVM 20.0.0git
|
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
std::unique_ptr< ScheduleDAGMutation > | llvm::createX86MacroFusionDAGMutation () |
Note that you have to add: DAG.addMutation(createX86MacroFusionDAGMutation()); to X86PassConfig::createMachineScheduler() to have an effect. | |