[PATCH] D45842: [Reassociate] swap binop operands to increase factoring potential

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 14:34:54 PDT 2018


spatel reopened this revision.
spatel added a comment.
This revision is now accepted and ready to land.

Reopening - reverted with https://reviews.llvm.org/rL342083 because this patch can cause indeterminate output. 
At first glance, it's not incorrect output, but there is a difference in the order of operands.


Repository:
  rL LLVM

https://reviews.llvm.org/D45842





More information about the llvm-commits mailing list