Files
clang-p2996/llvm/lib/CodeGen/CodeGenPrepare.cpp
mikael-nilsson-arm 09967917e7 [CodeGenPrepare] Fix signed overflow (#141487)
The signed addition could overflow which is undefined behavior, now the
code checks for it.
2025-06-03 09:27:25 +02:00

347 KiB