Files
clang-p2996/llvm/lib/Transforms/InstCombine
Nikita Popov 0748a98ab0 [InstCombine] Handle ConstantFoldCompareInstOperands() failure
This function will return nullptr instead of returning a constant
expression now, so be sure to handle that.

Fixes https://github.com/llvm/llvm-project/issues/93017.
2024-05-22 14:33:50 +02:00
..