[llvm-commits] [llvm] r92939 - /llvm/trunk/include/llvm/IntrinsicsX86.td

Dan Gohman gohman at apple.com
Fri Jan 8 10:19:33 PST 2010


On Jan 7, 2010, at 1:41 PM, David Greene wrote:
> 
>>> If we get rid of the scalar intrinsics, I have no problem dumping the
>>> vector ones.  I just want consistency.
>> 
>> If you do the whole thing up with multiclasses or whatever and the overall
>> result looks good except for a few intrinsics in the output that aren't
>> really needed, I, for my part, wouldn't complain.
> 
> What do you mean by "in the output?"  They have to be in the .td file to
> be in the output from TableGen.

I meant that if you had some generic multiclass setup where some
of the instantiations will require vector intrinsics, and where it
would require extra complexity to suppress the intrinsics in the ones
that don't need them, it wouldn't be horrible to just leave them
in all the instantiations.

Dan




More information about the llvm-commits mailing list