"llvm/runtime" did not exist on "3f97d03f862e1debfedfda4e6dd5ed7bb4ee8c4c"
Allow all combinations of types and subscripts for memory accesses
To support non-aligned accesses we introduce a virtual element size for arrays that divides each access function used for this array. The adjustment of the access function based on the element size of the array was therefore moved after this virtual element size was determined, thus after all accesses have been created. Differential Revision: http://reviews.llvm.org/D17246 llvm-svn: 261226
Loading
Please register or sign in to comment