LLVM: lib/Target/AMDGPU/GCNRewritePartialRegUses.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_LIB_TARGET_AMDGPU_GCNREWRITEPARTIALREGUSES_H
10#define LLVM_LIB_TARGET_AMDGPU_GCNREWRITEPARTIALREGUSES_H
11
13
14namespace llvm {
16 : public PassInfoMixin {
17public:
20};
21}
22
23#endif
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
AnalysisManager< MachineFunction > MachineFunctionAnalysisManager
A CRTP mix-in to automatically provide informational APIs needed for passes.