llvm-project/polly/test/ScopDetectionDiagnostics
Tobias Grosser 3ee7cdab53 Report possible aliasing deterministically
This commit drops a call to std::sort, which sorted the base pointers that
possibly alias according to the address at which their corresponding llvm::Value
was allocated. There does not seem to be any good reason, why those pointers
should be (re)sorted and this only makes the output indeterministic.

llvm-svn: 218052
2014-09-18 14:45:43 +00:00
..
ReportAlias-01.ll Report possible aliasing deterministically 2014-09-18 14:45:43 +00:00
ReportDifferentElementSize.ll Check that the elements of an array have the same size 2014-09-13 14:47:40 +00:00
ReportFuncCall-01.ll
ReportLoopBound-01.ll Diagnostic: Provide end-user message for non-affine loop bound errors 2014-08-17 10:09:15 +00:00
ReportMultipleNonAffineAccesses.ll Delinearize _all_ accesses to a multi-dimensional array 2014-09-13 14:47:55 +00:00
ReportNonAffineAccess-01.ll Diagnostic: Provide end-user message for non-affine access function errors 2014-08-17 10:09:11 +00:00
ReportVariantBasePtr-01.ll