This is an archive of the discontinued LLVM Phabricator instance.

Fix bug in clearance calculation
ClosedPublic

Authored by myatsina on Jul 20 2016, 12:28 PM.

Details

Summary

The clearance calculation did not take into account registers defined as outputs or clobbers in inline assembly machine instructions because these register defs are implicit.

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 64727.Jul 20 2016, 12:28 PM
myatsina retitled this revision from to Fix bug in clearance calculation.
myatsina updated this object.
myatsina added a reviewer: mkuper.
myatsina added a subscriber: llvm-commits.
mkuper accepted this revision.Jul 20 2016, 12:40 PM
mkuper edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 20 2016, 12:40 PM
This revision was automatically updated to reflect the committed changes.