Files
clang-p2996/llvm/test/Transforms/InstCombine/select-select.ll
Volodymyr Vasylkun d4798498c4 [InstCombine] Fold (x == y) ? 0 : (x > y ? 1 : -1) into ucmp/scmp(x,y) (#107314)
This also handles commuted cases of the same fold, with either the
condition or the true/false values of the inner select being swapped.
2024-09-23 15:41:22 +01:00

21 KiB