[LLVMdev] MachineMemOperands

Dan Gohman gohman at apple.com
Tue Dec 1 10:14:00 PST 2009


On Dec 1, 2009, at 9:03 AM, David Greene wrote:

> On Tuesday 01 December 2009 11:01, Chris Lattner wrote:
>> What are you trying to accomplish?  What would use this?
> 
> I am trying to determine whether a MachineMemOperand is a vector
> operand.

Again, what's that for? If you're interested in which pipeline a load
feeds, ye olde Vector vs. Scalar isn't sufficient (on x86, for example).
If you're interested in the size and/or alignment, that information is
already there.

Dan




More information about the llvm-dev mailing list