Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Nikita Popov 212f344b84 [InstCombine] Handle constant expression result in tryFactorization()
If IRBuilder folds the result to a constant expression, don't try
to set nowrap flags on it.

Fixes https://github.com/llvm/llvm-project/issues/124526.
2025-01-27 16:25:37 +01:00

218 KiB