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

            Bug ID: 47408
           Summary: [PowerPC] Loads in altivec.h do not accept const
                    pointers
           Product: clang
           Version: 10.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Headers
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

Reproducer:

#include <altivec.h>
vector signed int test(const int *p) {
  return vec_xl(16, p);
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to