llvm-project
31f593eb - [LAA] Also clear DiffChecks in LAI::reset().

Commit
1 year ago
[LAA] Also clear DiffChecks in LAI::reset(). DiffChecks will get populated twice when re-trying with runtime checks. Without clearing it like the regular Checks vector, it will contain some duplicates and the order the checks are created may not match the order the checks have been queued when re-trying.
Author
Parents
Loading