Displaying 3 results from an estimated 3 matches for "5cc8e7ce".
2018 Jan 15
0
GEP transformation by InstCombiner
On 01/15/2018 12:21 PM, Demikhovsky, Elena wrote:
> Hi all,
>
> I’m working on an out-of-tree target and encountered the following
> problem:
>
> InstCombiner “normalizes” GEPs and extends Index operand to the
> Pointer width.
> It works fine if you can convert pointer to integer for address
> calculation and I assume that all registered targets do this.
>
>
2018 Jan 15
2
GEP transformation by InstCombiner
...(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180115/5cc8e7ce/attachment.html>
2018 Jan 15
4
GEP transformation by InstCombiner
Hi all,
I'm working on an out-of-tree target and encountered the following problem:
InstCombiner "normalizes" GEPs and extends Index operand to the Pointer width.
It works fine if you can convert pointer to integer for address calculation and I assume that all registered targets do this.
The target I'm working on has very restricted ISA for the