LLVM 20.0.0git
|
#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 | |
FunctionPass * | llvm::createHexagonOptimizeSZextends () |
void | llvm::initializeHexagonOptimizeSZextendsPass (PassRegistry &) |
INITIALIZE_PASS (HexagonOptimizeSZextends, "reargs", "Remove Sign and Zero Extends for Args", false, false) bool HexagonOptimizeSZextends | |
INITIALIZE_PASS | ( | HexagonOptimizeSZextends | , |
"reargs" | , | ||
"Remove Sign and Zero Extends for Args" | , | ||
false | , | ||
false | |||
) |
Definition at line 53 of file HexagonOptimizeSZextends.cpp.