NFC. Extract IsShrinkable into a helper function, and
make Subtarget a member variable.
Details
Details
- Reviewers
foad rampitec vpykhtin - Commits
- rG538bda0b8092: [AMDGPU] Refactor DPPCombine
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a nit.
llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp | ||
---|---|---|
57 | You do not need '= nullptr' here, it is initialized in runOnMachineFunction anyway. |
You do not need '= nullptr' here, it is initialized in runOnMachineFunction anyway.