PHINode logic question
• Hi, I do not understand the way clang is using PHINodes in the second example below. • Let’s consider a condition: ((i < 5) || ((j < 5) || ((k < 5) || (l < 5)))) The resulting IR
• Hi, I do not understand the way clang is using PHINodes in the second example below. • Let’s consider a condition: ((i < 5) || ((j < 5) || ((k < 5) || (l < 5)))) The resulting IR