[llvm-commits] [PATCH] Type-legalizer - Add flag to enable new legalization kind

Rotem, Nadav nadav.rotem at intel.com
Tue May 31 23:39:22 PDT 2011


Hi, 

This patch is another step in the direction of adding vector select[1].  The general direction is to add a new kind of type legalization: “integer-promote” on vector elements.  In this patch I added a flag to enable the new decision. In the next patches I will add the implementation to the new legalization in other parts of the kernel. This flag will be removed when the transition is complete. The implementation of the flag is a bit awkward because we need to overcome the circular dependency problem.

Nadav

[1] - http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110502/120445.html

---------------------------------------------------------------------
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 --------------
A non-text attachment was scrubbed...
Name: llvm_flag.diff
Type: application/octet-stream
Size: 6733 bytes
Desc: llvm_flag.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110601/cc38a6eb/attachment.obj>


More information about the llvm-commits mailing list