OSDN Git Service

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)
commitf060e3f4bcf7d4b60e464b7aa5ac2a2aa299b55c
tree2858e8bd42ad27864a9fd59228dd3255b29378e1
parentabb5e38a8f03307299b1130c58fe6aa8273f7c78
Fixed the lost FastMathFlags in Reassociate optimization.
Reviewer: Hal Finkel.
Differential Revision: https://reviews.llvm.org/D26957

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287695 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/Reassociate.cpp
test/Transforms/Reassociate/propagate-flags.ll [new file with mode: 0644]