This is an archive of the discontinued LLVM Phabricator instance.

[Reassociate] : Make sure when we are optimizing an instruction, it's operands have already been canonicalized
AbandonedPublic

Authored by aditya_nandakumar on Jan 14 2016, 5:01 PM.

Details

Summary

This is a continuation (I couldn't update the phab review) from http://reviews.llvm.org/D6995 (Original Patch by Mehdi)

Before we Optimize instruction, make sure all instructions that are in the redo list and are before the current instruction have been optimized.

Diff Detail

Repository
rL LLVM

Event Timeline

aditya_nandakumar retitled this revision from to [Reassociate] : Make sure when we are optimizing an instruction, it's operands have already been canonicalized.
aditya_nandakumar updated this object.
aditya_nandakumar set the repository for this revision to rL LLVM.
aditya_nandakumar added a subscriber: llvm-commits.
mcrosier edited edge metadata.Jan 15 2016, 5:47 AM

Hi Aditya,
If at all possible we should continue the review in D6995. At the bottom of D6995 you should see an Action pull down. Select the 'Commandeer Revision' to take ownership of Mehdi's patch. From there you should be able to upload a new diff.

HTH,

Chad

Thanks Updated. Closing this one.