[PATCH] D52560: [utils] Allow better identification of matching blocks in update_mca_test_checks.py

Greg Bedwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 09:37:53 PDT 2018


gbedwell created this revision.
gbedwell added reviewers: andreadb, RKSimon, lebedev.ri.
gbedwell added a dependent revision: D48276: [llvm-mca] Stricter checking from update_mca_test_checks.py.

Insert empty blocks to cause the positions of matching blocks to match across lists where possible so that later stages of the algorithm can actually identify them as being identical.

Regenerated all tests with this change.


https://reviews.llvm.org/D52560

Files:
  test/tools/llvm-mca/X86/option-all-stats-1.s
  test/tools/llvm-mca/X86/option-all-stats-2.s
  test/tools/llvm-mca/X86/option-all-views-1.s
  test/tools/llvm-mca/X86/option-all-views-2.s
  utils/update_mca_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52560.167156.patch
Type: text/x-patch
Size: 18192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/1bb804a0/attachment-0001.bin>


More information about the llvm-commits mailing list