ΒΆllvm::FunctionPass* createX86ISelDag(
    llvm::X86TargetMachine& TM,
    CodeGenOpt::Level OptLevel)

Description

This pass converts a legalized DAG into a X86-specific DAG, ready for instruction scheduling.

Declared at: llvm/lib/Target/X86/X86.h:30

Parameters

llvm::X86TargetMachine& TM
CodeGenOpt::Level OptLevel