[PATCH] D108443: [MCA] Fixing bug causing LSUnit to not be notified when a 0 latency instruction finishes executing.

Patrick Holland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 20 10:58:53 PDT 2021


holland11 added a comment.

Out of curiosity, how would creating a lit test work for this bug? The bug itself (under the input file and scheduling model that I have with my downstream target) causes mca to never terminate. Does lit have a default timeout so that we could just give the test an input that would cause this infinite run-time and then make sure that mca actually terminates without hitting the timeout?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108443



More information about the llvm-commits mailing list