[PATCH] D26436: Fix for lost FastMathFlags in 4 optimizations.

Vyacheslav Klochkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 15:53:40 PST 2018


v_klochkov abandoned this revision.
v_klochkov added a comment.
Herald added a reviewer: dberlin.
Herald added a subscriber: hiraditya.

3 opts out of 4 optimizations mentioned here (i.e. Reassociate, SLP, GVN) have been fixed by me in separate smaller patches.

Only 1 optimization (CodeGenPrepare) have NOT been fixed yet. Sorry, I do not have time and tools for doing that now. Perhaps, there are some volunteers who can do it later.


https://reviews.llvm.org/D26436





More information about the llvm-commits mailing list