This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Minor cleanup for count instruction in SelectInstVisitor.
ClosedPublic

Authored by xur on Mar 15 2017, 1:47 PM.

Details

Summary

NSIs can be double-counted by different operations in
SelectInstVisitor. Sink the the update to VM_counting mode only.
Also reset the value for each counting operation.

Event Timeline

xur created this revision.Mar 15 2017, 1:47 PM
davidxl accepted this revision.Mar 15 2017, 1:57 PM

lgtm.

This revision is now accepted and ready to land.Mar 15 2017, 1:57 PM
xur closed this revision.Mar 15 2017, 2:17 PM