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 4eb5450 commit 6c7557dCopy full SHA for 6c7557d
llvm/utils/TableGen/DXILEmitter.cpp
@@ -140,7 +140,7 @@ DXILOperationDesc::DXILOperationDesc(const Record *R) {
140
if (isAny == 1) {
141
// All overload types in a DXIL Op are required to be of the same type.
142
if (!OverloadParamIndices.empty()) {
143
- bool knownType = true;
+ [[maybe_unused]] bool knownType = true;
144
// Ensure that the same overload type registered earlier is being used
145
for (auto Idx : OverloadParamIndices) {
146
if (TR != ParamTypeRecs[Idx]) {
0 commit comments