Files
clang-p2996/llvm/lib/Transforms/Scalar/NaryReassociate.cpp
Benjamin Kramer d1fbdde9d4 [NaryReassociate] Check to avoid introducing poison when reusing SCEVs (#98156)
Drop the poison flags if possible or skip the candidate if it's not.
Otherwise we'd introduce poison in places where it previously wasn't,
leading to miscompiles.
2024-07-09 16:14:16 +02:00

24 KiB