OpenASIP 2.2
Loading...
Searching...
No Matches
LowerIntrinsics.hh
Go to the documentation of this file.
1#ifndef LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
2#define LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
3
4#include "llvm/IR/PassManager.h"
5
6namespace llvm {
7
8class LowerIntrinsicNewPass : public PassInfoMixin<LowerIntrinsicNewPass> {
9public:
10 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
11};
12
13} // namespace llvm
14
15#endif // LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)