search for: e930f9a1

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

2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
...ek.com/2017/01/14/gfortran-array-descriptor/ Can Someone throw some light on LLVM's array descriptors and how they are processed ? regards, Venkat. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180425/e930f9a1/attachment.html>
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
Hi, I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend,