Displaying 7 results from an estimated 7 matches for "gepsplitter".
2011 Dec 06
8
[LLVMdev] GetElementPtr
Does a transform exist to breakdown the GEP?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111206/e88dddfe/attachment.html>
2011 Dec 08
0
[LLVMdev] GetElementPtr
...he source
> tree for that pass and found it on the header I mentioned; it led me to
> believe the pass was still there.
>
> The transformation itself isn't complicated; doing it manually should be
> simple.
>
>
> On 07/12/11 21:50, Ryan Taylor wrote:
>
> There is a GEPSplitterPass in the Scalar.h but not in the
> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>
> On Wed, Dec 7, 2011 at 12:31 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
>
>>...
2011 Dec 07
0
[LLVMdev] GetElementPtr
On Wed, Dec 7, 2011 at 1:50 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> There is a GEPSplitterPass in the Scalar.h but not in the
> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>
>
> On Wed, Dec 7, 2011 at 12:31 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
>
>...
2011 Dec 08
1
[LLVMdev] Fwd: GetElementPtr
...; it led me to
>>> believe the pass was still there.
>>>
>>> The transformation itself isn't complicated; doing it manually should be
>>> simple.
>>>
>>>
>>> On 07/12/11 21:50, Ryan Taylor wrote:
>>>
>>> There is a GEPSplitterPass in the Scalar.h but not in the
>>> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
>>> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>>>
>>> On Wed, Dec 7, 2011 at 12:31 PM, Ryan Taylor <ryta1203 at gm...
2011 Dec 08
0
[LLVMdev] GetElementPtr
...eve the pass was still there.
>>>>
>>>> The transformation itself isn't complicated; doing it manually should
>>>> be simple.
>>>>
>>>>
>>>> On 07/12/11 21:50, Ryan Taylor wrote:
>>>>
>>>> There is a GEPSplitterPass in the Scalar.h but not in the
>>>> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
>>>> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>>>>
>>>> On Wed, Dec 7, 2011 at 12:31 PM, Ryan Taylor &l...
2011 Dec 07
0
[LLVMdev] GetElementPtr
...structions, I don't want any GEP instructions in my code
at all. Is there a way to do that?
On Wed, Dec 7, 2011 at 2:24 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
>
>
> On Wed, Dec 7, 2011 at 1:50 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
>
>> There is a GEPSplitterPass in the Scalar.h but not in the
>> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
>> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>>
>>
>> On Wed, Dec 7, 2011 at 12:31 PM, Ryan Taylor <ryta1203 at gmail.com&...
2011 Dec 08
3
[LLVMdev] GetElementPtr
...t;>>>>
>>>>> The transformation itself isn't complicated; doing it manually should
>>>>> be simple.
>>>>>
>>>>>
>>>>> On 07/12/11 21:50, Ryan Taylor wrote:
>>>>>
>>>>> There is a GEPSplitterPass in the Scalar.h but not in the
>>>>> LLVM_SRC/lib/Transforms/Scalar folder, there is no GEPSplitterPass.cpp
>>>>> file. Is it possible to get this from 2.8 and compile it and use it for 2.9?
>>>>>
>>>>> On Wed, Dec 7, 2011 at 12:31 PM...