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 ffc61dc commit 4448596Copy full SHA for 4448596
llvm/lib/CodeGen/MachineVerifier.cpp
@@ -3228,7 +3228,7 @@ struct VRegFilter {
3228
// worst-case memory usage within 2x of figures determined empirically for
3229
// "all Dense" scenario in such worst-by-execution-time cases.
3230
BitVector Sparse;
3231
- DenseSet<unsigned> Dense;
+ DenseSet<Register> Dense;
3232
};
3233
3234
// Implements both a transfer function and a (binary, in-place) join operator
0 commit comments