[PATCH] D26726: [SimplifyCFG] Fix for non-determinism in codegen

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 12:37:11 PDT 2017


mgrang added a comment.

I built the LNT test-suite with and without my patch by turning on -flto and here are the compile time results:

Run	           	Duration
With my patch 5:03:00
Baseline	        5:05:26

I tried uploading my report.json to http://llvm.org/perf/submitRun but it always errors out:
"must provide input file or data"

Can someone please tell me how I can upload my test-suite json report files to llvm.org?

I am also attaching the reports in json and Excel format here.
F3235852: baseline_report.json <https://reviews.llvm.org/F3235852>

F3235851: run_report.json <https://reviews.llvm.org/F3235851>

F3235850: run_report.simple.csv <https://reviews.llvm.org/F3235850>

F3235849: baseline_report.simple.csv <https://reviews.llvm.org/F3235849>

--Mandeep


Repository:
  rL LLVM

https://reviews.llvm.org/D26726





More information about the llvm-commits mailing list