This is an archive of the discontinued LLVM Phabricator instance.

[JumpThread] Add test for SimplifyPartiallyRedundantLoad(), NFC
Needs ReviewPublic

Authored by junbuml on Feb 5 2017, 7:31 PM.

Details

Summary

Add an additional test to show the case caught by r293896 in O3. Note that the IR was the input of the jump thread when compiling the C code in the comment with O3.

This change also have a minor vairable name change, NFC.

Diff Detail

Event Timeline

junbuml created this revision.Feb 5 2017, 7:31 PM
junbuml updated this revision to Diff 90488.Mar 3 2017, 8:34 AM

Just minor update in comments.

mcrosier resigned from this revision.Jul 26 2017, 6:07 AM