Creating release_37 branch off revision 242221

llvm-svn: 242226
Fix print_element in polybench.h to be big-Endian friendly

In r241675, print_element was added to polybench.h so make printing out the
arrays faster. Unfortunately, it is not Endian neutral, and so the updated tests
were failing validation on big-Endian systems when using the reference outputs.

llvm-svn: 242000
1 file changed