[llvm-commits] [PATCH][Review request] replace multiple architecture flag arguments with Subtarget argument

Shemer, Anat anat.shemer at intel.com
Tue Jan 31 10:49:10 PST 2012


Hi,

The function getZeroVector() in X86ISelLowering.cpp currently accepts two architecture flags: HasSSE2 and HasAVX. I replaced this with passing Subtarget. Now getZeroVector() queries Subtarget for the specific architecture features.

The patch is attached. I will appreciate if you can review it and approve or comment.

Thanks, Anat




---------------------------------------------------------------------
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/20120131/4ca58824/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120131/4ca58824/attachment.txt>


More information about the llvm-commits mailing list