search for: 084280

Displaying 1 result from an estimated 1 matches for "084280".

Did you mean: 0.4280
2015 Apr 09
3
[LLVMdev] [cfe-dev] want to intercept array dereferences
...ving to dig for that other message. At the very least you should provide a > link to the other discussion. Ok, in the future I will write both list, but I initially thought it was a purely backend question. The other discussion starts here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084280.html So now that I am writing both lists: where can I intercept a Clang/LLVM compile that will catch expressions that locally look like a[n] or *(a+n) ? My guess is sometime after a[n] is lowered to *(a+n) (if you do that) and sometime before optimization passes start chewing on it. Gry