We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf4a26 commit 2ad2f35Copy full SHA for 2ad2f35
llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
@@ -919,7 +919,6 @@ struct AAAMDMaxNumWorkgroups
919
920
ChangeStatus manifest(Attributor &A) override {
921
Function *F = getAssociatedFunction();
922
- // TODO: Skip adding if worst case?
923
LLVMContext &Ctx = F->getContext();
924
SmallString<32> Buffer;
925
raw_svector_ostream OS(Buffer);
0 commit comments