This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make some packed shuffles free
ClosedPublic

Authored by arsenm on May 2 2017, 9:39 AM.

Details

Reviewers
kzhuravl
Summary

VOP3P instructions can encode access to either
half of the register.

Diff Detail

Event Timeline

arsenm created this revision.May 2 2017, 9:39 AM
kzhuravl accepted this revision.May 10 2017, 9:40 AM

LGTM.

lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
120

override keyword?

This revision is now accepted and ready to land.May 10 2017, 9:40 AM
kzhuravl added inline comments.May 10 2017, 9:48 AM
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
120

nevermind.

arsenm closed this revision.May 10 2017, 2:43 PM

r302730