This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Push bitcasts through build_vector
ClosedPublic

Authored by arsenm on Sep 15 2016, 3:08 PM.

Details

Summary

This reduces the number of copies and reg_sequences
when using fp constant vectors. This significantly
reduces the code size in local-stack-alloc-bug.ll

Diff Detail

Event Timeline

arsenm updated this revision to Diff 71566.Sep 15 2016, 3:08 PM
arsenm retitled this revision from to AMDGPU: Push bitcasts through build_vector.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Sep 17 2016, 7:10 AM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Sep 17 2016, 7:10 AM
arsenm closed this revision.Sep 17 2016, 8:53 AM

r281822