Files
clang-p2996/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Amr Hesham ef7a847be2 [LoopUnswitch] Remove redundant condition. (NFC) (#107893)
Remove redundant condition from  '!A || (A && B)' to '!A || B' 

Fixes: #99799
2024-09-12 16:40:16 +02:00

153 KiB