https://llvm.org/bugs/show_bug.cgi?id=31789

            Bug ID: 31789
           Summary: No support for non-zero address-space in some Masked
                    Vector Gather and Scatter Intrinsics
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
          Assignee: unassignedb...@nondot.org
          Reporter: zvi.racko...@intel.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

The masked-load and masked-store intrinsics *do* support accesses to pointer in
non-zero address-space.
On the other hand, these intrinics do not have it implemented
masked-gather, masked-scatter
masked=compress, masked-expand (these are not documented)

The motivation for this issue is to support OpenCL which is lowered by Clang to
LLVM IR containing pointers to multiple address spaces.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to