LLVM  8.0.1
Classes | Namespaces | Functions
Scalarizer.h File Reference

This pass converts vector operations into scalar operations, in order to expose optimization opportunities on the individual scalar operations. More...

#include "llvm/IR/PassManager.h"
Include dependency graph for Scalarizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ScalarizerPass
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

FunctionPassllvm::createScalarizerPass ()
 Create a legacy pass manager instance of the Scalarizer pass. More...
 

Detailed Description

This pass converts vector operations into scalar operations, in order to expose optimization opportunities on the individual scalar operations.

It is mainly intended for targets that do not have vector units, but it may also be useful for revectorizing code to different vector widths.

Definition in file Scalarizer.h.