search for: myfloat4

Displaying 1 result from an estimated 1 matches for "myfloat4".

Did you mean: myfloat
2008 Oct 15
1
[LLVMdev] Making GEP into vector illegal?
Just for reference, my C example was for my own clarification. I dived into LLVM having to write a TargetMachine and I've been keeping busy without having to learn much IR (yet). I was really trying to use C as a pseudo-IR. I get that the idea is allowing IR to directly express the address of part of a vector complicates (prevents?) certain optimizations. However, due to my own