Skip to content

Conversation

@jbj
Copy link
Contributor

@jbj jbj commented Sep 11, 2018

The InstructionSanity::duplicateOperand predicate used count instead of strictcount. The 0-case of this count was as large as the Cartesian product of Instruction and OperandTag, which made duplicateOperand take forever to compute on large snapshots.

The `InstructionSanity::duplicateOperand` predicate used `count` instead
of `strictcount`. The 0-case of this `count` was as large as the
Cartesian product of `Instruction` and `OperandTag`, which made
`duplicateOperand` take forever to compute on large snapshots.
@ian-semmle ian-semmle merged commit 628d7b9 into github:master Sep 11, 2018
aibaars pushed a commit that referenced this pull request Oct 14, 2021
Clean up CFG implementation
smowton added a commit to smowton/codeql that referenced this pull request Jan 17, 2022
MathiasVP added a commit to MathiasVP/ql that referenced this pull request Aug 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants