This is an archive of the discontinued LLVM Phabricator instance.

Fix for lost FastMathFlags in GVN
ClosedPublic

Authored by v_klochkov on Nov 21 2016, 7:05 PM.

Details

Summary

Hello,

Please review the fix for lost fast-math flags in GVN (Global Value Numbering) optimization.

Thank you,
Vyacheslav Klochkov

Diff Detail

Repository
rL LLVM

Event Timeline

v_klochkov updated this revision to Diff 78820.Nov 21 2016, 7:05 PM
v_klochkov retitled this revision from to Fix for lost FastMathFlags in GVN.
v_klochkov updated this object.

I just tightened the checks in the LIT test.

hfinkel accepted this revision.Nov 22 2016, 5:31 AM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Nov 22 2016, 5:31 AM
This revision was automatically updated to reflect the committed changes.