[PATCH] D99099: [AMDGPU] Refactor DPPCombine
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 12:46:00 PDT 2021
rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:57
const SIInstrInfo *TII;
+ const GCNSubtarget *ST = nullptr;
----------------
You do not need '= nullptr' here, it is initialized in runOnMachineFunction anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99099/new/
https://reviews.llvm.org/D99099
More information about the llvm-commits
mailing list