Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
David Green b9e32749d2 [GlobalISel] Clear nsw flags when converting sub to add. (#137288)
As shown in https://alive2.llvm.org/ce/z/PVwcTL we need to clear the nsw
flags too when converting a sub to a add if the constant is INT_MIN.

Fixes #137254
2025-04-26 11:00:53 +01:00

282 KiB