This is an archive of the discontinued LLVM Phabricator instance.

SelectionDAGBuilder: move constant initialization out of loop
ClosedPublic

Authored by mehdi_amini on Jan 3 2015, 10:23 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mehdi_amini retitled this revision from to SelectionDAGBuilder: move constant initialization out of loop.
mehdi_amini updated this object.
mehdi_amini edited the test plan for this revision. (Show Details)
mehdi_amini added a reviewer: resistor.
mehdi_amini updated this revision to Diff 17781.Jan 4 2015, 5:46 PM

Fix stupid typo.

mehdi_amini added a subscriber: Unknown Object (MLST).Jan 4 2015, 5:47 PM
resistor added inline comments.Jan 4 2015, 6:48 PM
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
1243 ↗(On Diff #17781)

Why do you need to get the context here?

mehdi_amini updated this revision to Diff 17782.Jan 4 2015, 7:49 PM

More cleanup.

resistor accepted this revision.Jan 5 2015, 7:36 PM
resistor edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 5 2015, 7:36 PM
This revision was automatically updated to reflect the committed changes.