search for: widenvecop_store

Displaying 5 results from an estimated 5 matches for "widenvecop_store".

2012 Feb 29
2
[LLVMdev] Expand vector type
...ctor that's less efficient in this case than actually widening the vector. The reason is that at this point the call to FindMemType assumes that stores can never be widened to a bigger type and so those types are not considered. The call sequence I'm looking at is WidenVectorOperand() -> WidenVecOp_STORE() -> GenWidenVectorStores() -> FindMemType(). I've made a very small modification to enable support for widening stores to a larger type. Before spending more time on working on a generic solution I have a couple of questions: * Is there a way to setup LLVM to automatically convert vec3s...
2012 Feb 29
2
[LLVMdev] Expand vector type
...ctor that's less efficient in this case than actually widening the vector. The reason is that at this point the call to FindMemType assumes that stores can never be widened to a bigger type and so those types are not considered. The call sequence I'm looking at is WidenVectorOperand() -> WidenVecOp_STORE() -> GenWidenVectorStores() -> FindMemType(). I've made a very small modification to enable support for widening stores to a larger type. Before spending more time on working on a generic solution I have a couple of questions: * Is there a way to setup LLVM to automatically convert vec3s...
2012 Feb 29
0
[LLVMdev] Expand vector type
...ctor that's less efficient in this case than actually widening the vector. The reason is that at this point the call to FindMemType assumes that stores can never be widened to a bigger type and so those types are not considered. The call sequence I'm looking at is WidenVectorOperand() -> WidenVecOp_STORE() -> GenWidenVectorStores() -> FindMemType(). I've made a very small modification to enable support for widening stores to a larger type. Before spending more time on working on a generic solution I have a couple of questions: * Is there a way to setup LLVM to automatically convert v...
2012 Mar 05
0
[LLVMdev] Expand vector type
...ctor that's less efficient in this case than actually widening the vector. The reason is that at this point the call to FindMemType assumes that stores can never be widened to a bigger type and so those types are not considered. The call sequence I'm looking at is WidenVectorOperand() -> WidenVecOp_STORE() -> GenWidenVectorStores() -> FindMemType(). I've made a very small modification to enable support for widening stores to a larger type. Before spending more time on working on a generic solution I have a couple of questions: * Is there a way to setup LLVM to automatically convert vec3s...
2012 Mar 05
1
[LLVMdev] Expand vector type
...less efficient in this case than actually > widening the vector. The reason is that at this point the call to FindMemType > assumes that stores can never be widened to a bigger type and so those types are > not considered. The call sequence I’m looking at is WidenVectorOperand() -> > WidenVecOp_STORE() -> GenWidenVectorStores() -> FindMemType(). I’ve made a very > small modification to enable support for widening stores to a larger type. > > Before spending more time on working on a generic solution I have a couple of > questions: > > * *Is there a way to setup LLVM to a...