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 263e8b6 commit 305a0f5Copy full SHA for 305a0f5
llvm/include/llvm/Analysis/DXILResource.h
@@ -407,6 +407,8 @@ class DXILResourceTypeAnalysis
407
using Result = DXILResourceTypeMap;
408
409
DXILResourceTypeMap run(Module &M, ModuleAnalysisManager &AM) {
410
+ // Running the pass just generates an empty map, which will be filled when
411
+ // users of the pass query the results.
412
return Result();
413
}
414
};
0 commit comments