[PATCH] D24593: Standford/Bubble sort code restructure

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 17:17:28 PDT 2016


mehdi_amini added inline comments.

================
Comment at: SingleSource/Benchmarks/Stanford/Bubblesort.c:160
@@ -156,1 +159,3 @@
+			sortlist[i] = sli;
+			sortlist[i + 1] = sli1;
 			i=i+1;
----------------
evstupac wrote:
> The flakiness is here. And the change allows to avoid the flakiness.
Please define "flakiness".


https://reviews.llvm.org/D24593





More information about the llvm-commits mailing list