This is an archive of the discontinued LLVM Phabricator instance.

Handle lane masks in LivePhysRegs when adding live-ins
ClosedPublic

Authored by kparzysz on Oct 12 2016, 2:46 PM.

Details

Summary

LivePhysRegs needs to take lane masks into account when adding live-ins.

Now I can finally have a testcase for this. :)

Diff Detail

Repository
rL LLVM

Event Timeline

kparzysz updated this revision to Diff 74442.Oct 12 2016, 2:46 PM
kparzysz retitled this revision from to Handle lane masks in LivePhysRegs when adding live-ins.
kparzysz updated this object.
kparzysz added reviewers: jonpa, MatzeB.
kparzysz set the repository for this revision to rL LLVM.
kparzysz added a subscriber: llvm-commits.
MatzeB accepted this revision.Oct 12 2016, 3:49 PM
MatzeB edited edge metadata.

LGTM, thanks

This revision is now accepted and ready to land.Oct 12 2016, 3:49 PM
This revision was automatically updated to reflect the committed changes.