[llvm-commits] [llvm] r148067 - in /llvm/trunk: include/llvm/CodeGen/ValueTypes.h include/llvm/CodeGen/ValueTypes.td lib/VMCore/ValueTypes.cpp utils/TableGen/CodeGenTarget.cpp
Peter Cooper
peter_cooper at apple.com
Fri Jan 13 09:56:16 PST 2012
Doh! Thought i'd got them all.
Thanks Duncan. Fixed in r148123
Pete
On Jan 13, 2012, at 1:32 AM, Duncan Sands wrote:
> Hi Pete,
>
>> --- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
>> +++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Thu Jan 12 17:14:13 2012
>> @@ -69,26 +69,27 @@
>> v4i64 = 27, // 4 x i64
>> v8i64 = 28, // 8 x i64
>>
>> - v2f32 = 29, // 2 x f32
>> - v4f32 = 30, // 4 x f32
>> - v8f32 = 31, // 8 x f32
>> - v2f64 = 32, // 2 x f64
>> - v4f64 = 33, // 4 x f64
>> + v2f16 = 29, // 2 x f32
>
> Comment should read 2 x f16
>
> Ciao, Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list