Displaying 2 results from an estimated 2 matches for "d3479859".
Did you mean:
379859
2018 Apr 26
0
Aliasing of pointers from different address spaces
.../mailman/listinfo/llvm-dev
--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180426/d3479859/attachment.html>
2018 Apr 26
2
Aliasing of pointers from different address spaces
Hi,
Can I configure address spaces aliasing for my specific target?
I found this discussion (https://groups.google.com/forum/#!topic/llvm-dev/0ZbzzN6t05o) , where James says "pointers in different address spaces cannot alias",
but it is not what I see in the code.
I looked for a way to customize address spaces separation in Target, but I can't find.