LLVM 22.0.0git
ARMLatencyMutations.h File Reference

Go to the source code of this file.

Classes

class  llvm::ARMOverrideBypasses
 Post-process the DAG to create cluster edges between instrs that may be fused by the processor into a single operation. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

std::unique_ptr< ScheduleDAGMutationllvm::createARMLatencyMutations (const class ARMSubtarget &, AAResults *AA)
 Note that you have to add: DAG.addMutation(createARMLatencyMutation(ST, AA)); to ARMTargetMachine::createMachineScheduler() to have an effect.