mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 12:16:10 +00:00

Trivial multiplication by zero may survive the worklist. We tried to reassociate the multiplication with a division instruction, causing us to divide by zero; bail out instead. This fixes PR24726. llvm-svn: 246939