search for: 202296

Displaying 2 results from an estimated 2 matches for "202296".

Did you mean: 20229
2014 Mar 26
3
[LLVMdev] Reducing Generic Address Space Usage
...> I believe most of the cast simplifications that apply to bitcasts of > pointers also apply to addrspacecast. I have some patches waiting that > extend some of the more basic ones to understand addrspacecast (e.g. > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140120/202296.html), > plus a few more that I haven't posted yet. Mostly they are little cast > simplifications like your example in instcombine, but also SROA to > eliminate allocas that are addrspacecasted. > We also think InstCombine is a good place to put this optimization, if we decide to g...
2014 Mar 25
5
[LLVMdev] Reducing Generic Address Space Usage
This is a follow-up discussion on http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140324/101899.html. The front-end change was already pushed in r204677, so we want to continue with the IR optimization. In general, we want to write an IR pass to convert generic address space usage to non-generic address space usage, because accessing the generic address space in CUDA and OpenCL is