search for: llvmp

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

Did you mean: llvm
2019 Aug 26
2
Multidimensional array indexing intrinsics
Linearized array addresses are an issue in loop nest transformation. To alleviate the same, a multidimensional array indexing intrinsics have been proposed recently in the llvmp-dev mailing list [1]. From the mailing thread, it looks like there is a consensus on using intrinsics for communicating dimensions [2]. While working with our own loop transformation framework, we did a similar work on using intrinsics in flang compiler. We are willing to work with the community a...