Fixed the lost FastMathFlags in Reassociate optimization.
authorVyacheslav Klochkov <vyacheslav.n.klochkov@gmail.com>
Tue, 22 Nov 2016 20:23:04 +0000 (20:23 +0000)
committerVyacheslav Klochkov <vyacheslav.n.klochkov@gmail.com>
Tue, 22 Nov 2016 20:23:04 +0000 (20:23 +0000)
commit68a677ae5bacec56dff71cded32a376fe06b9fe0
tree88c4ac151d067994d6d43cb16c7a286a0372f4a0
parentb3c3d149b98006ce217f50baa28783fd5d0105e1
Fixed the lost FastMathFlags in Reassociate optimization.
Reviewer: Hal Finkel.
Differential Revision: https://reviews.llvm.org/D26957

llvm-svn: 287695
llvm/lib/Transforms/Scalar/Reassociate.cpp
llvm/test/Transforms/Reassociate/propagate-flags.ll [new file with mode: 0644]