LLVM
8.0.1
|
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"
Go to the source code of this file.
Classes | |
class | llvm::ScalarizerPass |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
FunctionPass * | llvm::createScalarizerPass () |
Create a legacy pass manager instance of the Scalarizer pass. More... | |
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.