diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2024-02-27 16:46:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 16:46:49 +0900 |
commit | 512a8a78a7f3bffc41cd7c00788eb099519f4625 (patch) | |
tree | 5b67ec31d7fe349f50b304ba558eb159c9e46ca3 /llvm/lib/IR/Module.cpp | |
parent | d7c80bba698bded48c1df4b4bb7424a181aa6195 (diff) | |
download | llvm-512a8a78a7f3bffc41cd7c00788eb099519f4625.zip llvm-512a8a78a7f3bffc41cd7c00788eb099519f4625.tar.gz llvm-512a8a78a7f3bffc41cd7c00788eb099519f4625.tar.bz2 |
[MC/DC] Introduce `class TestVector` with a pair of `BitVector` (#82174)
This replaces `SmallVector<CondState>` and emulates it.
- -------- True False DontCare
- Values: True False False
- Visited: True True False
`findIndependencePairs()` can be optimized with logical ops.
FIXME: Specialize `findIndependencePairs()` for the single word.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions