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 88793b6 commit 362c442Copy full SHA for 362c442
llvm/lib/Target/DirectX/DXILShaderFlags.cpp
@@ -32,7 +32,8 @@
32
using namespace llvm;
33
using namespace llvm::dxil;
34
35
-static bool hasUAVsAtEveryStage(DXILResourceMap &DRM, const ModuleMetadataInfo &MMDI) {
+static bool hasUAVsAtEveryStage(DXILResourceMap &DRM,
36
+ const ModuleMetadataInfo &MMDI) {
37
if (DRM.uavs().empty())
38
return false;
39
0 commit comments