This is an archive of the discontinued LLVM Phabricator instance.

[LIR] Avoid turning non-temporal stores into memset.
ClosedPublic

Authored by haicheng on Feb 17 2016, 12:04 PM.

Details

Summary

This is to fix PR26645.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 48227.Feb 17 2016, 12:04 PM
haicheng retitled this revision from to [LIR] Avoid turning non-temporal stores into memset..
haicheng updated this object.
haicheng added reviewers: mcrosier, gberry, mssimpso.
haicheng set the repository for this revision to rL LLVM.
haicheng added a subscriber: llvm-commits.
mcrosier accepted this revision.Feb 17 2016, 12:11 PM
mcrosier edited edge metadata.

LGTM. Thanks for addressing this quickly, Haicheng.

This revision is now accepted and ready to land.Feb 17 2016, 12:11 PM
haicheng closed this revision.Feb 17 2016, 1:06 PM

Committed in r261149.