Files
clang-p2996/llvm/test/Transforms/SimplifyCFG/jump-threading.ll
Nikita Popov 884e9a877b [SimplifyCFG] Replace condition value when threading
Replace the condition value with the known constant value on the
threaded edge. This happens implicitly with phi threading because
we replace with the incoming value, but not for non-phi threading.
2022-04-29 09:50:27 +02:00

5.4 KiB