[llvm-bugs] [Bug 32038] New: sumarray2d test fails with mavx flag
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 22 00:32:32 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=32038
Bug ID: 32038
Summary: sumarray2d test fails with mavx flag
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: santosh.zanjurne at amd.com
CC: llvm-bugs at lists.llvm.org
SingleSource/Regression/C/sumarray2d test failed when compiled with O3 flto
mavx. The test passes without mavx flag.
I shall further try to root cause the issue / find svn revision that introduced
this issue.
Output difference:
SingleSource/Regression/C$ cat Output/sumarray2d.out-nat
Sum(Array[100,100] = 975150
exit 0
SingleSource/Regression/C$ cat Output/sumarray2d.out-simple
Sum(Array[100,100] = -14747
exit 0
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170222/3d93f806/attachment-0001.html>
More information about the llvm-bugs
mailing list