This is an archive of the discontinued LLVM Phabricator instance.

Don't count debug instructions towards neighborhood count
ClosedPublic

Authored by arsenm on Aug 29 2018, 6:26 AM.

Details

Reviewers
MatzeB
Summary

In computeRegisterLiveness, the max instructions to search
was counting dbg_value instructions, which could potentially
cause an observable codegen change from the presence of debug
info.

Diff Detail