https://llvm.org/bugs/show_bug.cgi?id=30886
Bug ID: 30886 Summary: extra swaps generated for simple vectorized loop Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: Backend: PowerPC Assignee: unassignedb...@nondot.org Reporter: ameh...@ca.ibm.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified the loop in question is this: void test (float *__restrict__ a, float *__restrict__ b, int n, float c) { for (int i = 0; i < n; ++i) { b[i] = c * a[i]; } } -- 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