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: unassignedclangb...@nondot.org
          Reporter: nemanja.i....@gmail.com
                CC: craig.top...@gmail.com, llvm-bugs@lists.llvm.org,
                    richard-l...@metafoo.co.uk

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
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to