Hello,
Please review the fix for lost FastMathFlags in Call statements generated by SLPVectorizer.
This fix is very similar to https://reviews.llvm.org/D26543
Thank you,
Vyacheslav Klochkov
Paths
| Differential D26575
Fix for lost FastMathFlags in SLPVectorizer (intrinsic calls) ClosedPublic Authored by v_klochkov on Nov 11 2016, 10:47 PM.
Details Summary Hello, Please review the fix for lost FastMathFlags in Call statements generated by SLPVectorizer. Thank you,
Diff Detail
Event Timelinev_klochkov retitled this revision from to Fix for lost FastMathFlags in SLPVectorizer (intrinsic calls). v_klochkov updated this object. This revision is now accepted and ready to land.Nov 12 2016, 8:24 AM Closed by commit rL287064: Fixed the lost FastMathFlags for CALL operations in SLPVectorizer. (authored by v_klochkov). · Explain WhyNov 15 2016, 5:05 PM This revision was automatically updated to reflect the committed changes. Comment Actions Michael, thank you for the quick code-review!
Revision Contents
Diff 78105 llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/trunk/test/Transforms/SLPVectorizer/X86/call.ll
llvm/trunk/test/Transforms/SLPVectorizer/X86/propagate_ir_flags.ll
|