Skip to content
Commit 1d3acddf authored by Duncan Sands's avatar Duncan Sands
Browse files

Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic

replaced by this patch is equivalent to the new logic, but you'd be wrong, and
that's exactly where the bug was.  There's a similar bug in instsimplify which
manifests itself as instsimplify failing to simplify this, rather than doing it
wrong, see next commit.

llvm-svn: 168181
parent 98f57cac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment