[cfe-commits] [PATCH] Optimize vec3 loads/stores

Tanya Lattner lattner at apple.com
Tue Jul 17 15:46:27 PDT 2012


This patch treats vectors of size 3 like size 4 when loading and store which in turn will cause more optimal code to be emitted by the backend. I've included a test case.

Please review.

Thanks,
Tanya

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vec3LoadStore.patch
Type: application/octet-stream
Size: 5159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120717/56c627c4/attachment.obj>


More information about the cfe-commits mailing list