Files
clang-p2996/llvm/test/Transforms/Util
Max Kazantsev 8502c54577 [FlattenCFG] Replace branch condition with a created one correctly
Fix case when FlattenCFGOpt combines the conditions but doesn't update
branch with a new combined condition. It happens when one of the
combinable condition is inverted and has more then 1 user

Patch by Aleksandr Popov!

Differential Revision: https://reviews.llvm.org/D148707
2023-04-21 16:49:18 +07:00
..