Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Max Kazantsev e47c101e35 [InstCombine][NFC] Simplify check in sinking
We just need to check that the only predecessor of user parent is
BB, we don't need to iterate through BB's successors for it.
2020-05-18 18:10:40 +07:00

151 KiB