Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Craig Topper 20e37f03c6 [GISel] Don't preserve NSW flag when converting G_MUL of INT_MIN to G_SHL. (#111230)
mul and shl have different meanings for the nsw flag. We need to drop it
when converting a multiply by the minimum negative value.
2024-10-05 10:27:09 -07:00

268 KiB