Files
clang-p2996/llvm/lib/IR/Pass.cpp
Aiden Grossman 1b4932e140 [Pass] Enable detailed structural hashing
Now that https://reviews.llvm.org/D158898 has been landed, fixing
https://github.com/llvm/llvm-project/issues/64938, we can now enable
detailed structural hashing to check pass modification status during
expensive checks as (it appears) there are no more passes incorrectly
setting the modification status.

This also acts as test coverage for the previous patch.
2023-08-26 00:53:52 -07:00

8.6 KiB