LLVM 22.0.0git
llvm::X86PartialReductionPass Class Reference

This pass optimizes arithmetic based on knowledge that is only used by a reduction sequence and is therefore safe to reassociate in interesting ways. More...

#include "Target/X86/X86.h"

Inheritance diagram for llvm::X86PartialReductionPass:
[legend]

Public Member Functions

 X86PartialReductionPass (const X86TargetMachine *TM)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< X86PartialReductionPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< X86PartialReductionPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

This pass optimizes arithmetic based on knowledge that is only used by a reduction sequence and is therefore safe to reassociate in interesting ways.

Definition at line 161 of file X86.h.

Constructor & Destructor Documentation

◆ X86PartialReductionPass()

llvm::X86PartialReductionPass::X86PartialReductionPass ( const X86TargetMachine * TM)
inline

Definition at line 166 of file X86.h.

Member Function Documentation

◆ run()


The documentation for this class was generated from the following files: