Skip to content
Commit acedf776 authored by Mon P Wang's avatar Mon P Wang
Browse files

Preserve address space information through member accesses, e.g.,

   __attribute__((address_space(1))) struct {int arr[ 3 ]; }  *p1;
   ... = p1->arr[2];  // load from address space 1

llvm-svn: 76717
parent 18366cbe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment