[PATCH] D26436: Fix for lost FastMathFlags in 4 optimizations.
Vyacheslav Klochkov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 03:16:42 PST 2016
v_klochkov added a comment.
Thank you for the code review and comments.
I decided to use Davide's advice and split this patch into 4 smaller and independent patches.
The first part (SLPVectorizer) was submitted here: https://reviews.llvm.org/D26543
The new SLPVectorizer patch is a bit different as the original patch was
not quite correct because it did not AND IR Flags for scalar FCmp operations.
Thank you,
v_klochkov
https://reviews.llvm.org/D26436
More information about the llvm-commits
mailing list