Files
clang-p2996/llvm/test/Transforms/UnifyLoopExits
Nuno Lopes 9007d0e0b6 [UnifyLoopExits] Use poison instead of undef as placeholder [NFC]
This pass creates phi nodes where only one of the incoming values is used.
The remaining ones can be poison.
2023-07-22 22:38:10 +01:00
..