[PATCH] D57244: [AsmPrinter] Remove hidden flag -print-schedule.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 26 05:26:24 PST 2019


RKSimon added a comment.

I've gone through avx512-schedule.ll - the tests are duplicates from various other avx512 test files, sometimes renamed, to add schedule test coverage - imo the file can be deleted.

I've done a first pass of adding the llvm-mca tests at rL352273 <https://reviews.llvm.org/rL352273>, we need to go through a do a more thorough pass at some point to ensure we have full ISA/schedule-model coverage but I don't think there's anything stopping us getting rid of the -schedule.ll files at this point.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57244/new/

https://reviews.llvm.org/D57244





More information about the llvm-commits mailing list