LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1195 - Rename PackedType as VectorType
Summary: Rename PackedType as VectorType
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Core LLVM classes (show other bugs)
Version: trunk
Hardware: All All
: P enhancement
Assignee: Reid Spencer
URL:
Keywords: code-cleanup
Depends on:
Blocks:
 
Reported: 2007-02-10 13:09 PST by Reid Spencer
Modified: 2010-02-22 12:56 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments
llvm-gcc patch for PackedType -> VectorType (11.59 KB, patch)
2007-02-14 20:55 PST, Reid Spencer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reid Spencer 2007-02-10 13:09:51 PST
Vector is more technically accurate for the purposes of this type. Its also less
confusing with PackedStructType.

Code, comments, doc must all be udpated.
Comment 1 Reid Spencer 2007-02-14 11:37:42 PST
Mine.
Comment 2 Reid Spencer 2007-02-14 20:55:12 PST
Created attachment 662 [details]
llvm-gcc patch for PackedType -> VectorType

This patch changes the use of PackedType to VectorType in llvm-gcc.
Comment 3 Reid Spencer 2007-02-14 20:58:05 PST
This conversion is now done, with this patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070212/044525.html
through this patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070212/044547.html

Reid.
Comment 4 Chris Lattner 2007-02-15 01:39:23 PST
Applying the llvm-gcc patch.