LLVM 19.0.0git
Namespaces | Functions
HexagonOptimizeSZextends.cpp File Reference
#include "Hexagon.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IntrinsicsHexagon.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Scalar.h"

Go to the source code of this file.

Namespaces

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

Functions

FunctionPassllvm::createHexagonOptimizeSZextends ()
 
void llvm::initializeHexagonOptimizeSZextendsPass (PassRegistry &)
 
 INITIALIZE_PASS (HexagonOptimizeSZextends, "reargs", "Remove Sign and Zero Extends for Args", false, false) bool HexagonOptimizeSZextends
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( HexagonOptimizeSZextends  ,
"reargs"  ,
"Remove Sign and Zero Extends for Args"  ,
false  ,
false   
)

Definition at line 53 of file HexagonOptimizeSZextends.cpp.