[PATCH] D122857: [LoopCacheAnalysis] Enable delinearization of fixed sized arrays

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 15:04:29 PDT 2022


jyknight added a comment.

The test case added here appears to sometimes fail due to output ordering differences. E.g. https://lab.llvm.org/buildbot/#/builders/16/builds/28225

That failure is blamed on my revert commit -- but in my local build, the test isn't failing. Perhaps there's some nondeterminism in processing order? I might switch these to CHECK-DAG, though I don't know if that's just covering up some other underlying bug...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122857



More information about the llvm-commits mailing list