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 3758f3c commit d6ef94aCopy full SHA for d6ef94a
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll
@@ -96,9 +96,6 @@ private module Cached {
96
Instruction getMemoryOperandDefinition(
97
Instruction instruction, MemoryOperandTag tag, Overlap overlap
98
) {
99
- // Without the code below, the optimizer will realize that raw IR never contains Chi operands,
100
- // and report an error that `ChiTotalOperand` and `ChiPartialOperand` are infeasible.
101
-// (tag instanceof ChiTotalOperandTag or tag instanceof ChiPartialOperandTag) and
102
none()
103
}
104
0 commit comments