[llvm-commits] [PATCH] Optimize trunc store

Rotem, Nadav nadav.rotem at intel.com
Wed Aug 10 00:53:47 PDT 2011


ping

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Rotem, Nadav
Sent: Monday, August 08, 2011 21:44
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] [PATCH] Optimize trunc store

Hi,

Please review the attached patch. When performing a truncating store, it is sometimes possible to rearrange the data in-register prior to saving to memory.  When we reorder the data in memory we prevent the need to save multiple scalars to memory, making a single regular store.

Thanks,
Nadav

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110810/9f15487e/attachment.html>


More information about the llvm-commits mailing list