[PATCH] D122205: [LoopIdiom] Merge TBAA of adjacent stores when creating memset

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 15:09:00 PDT 2022


efriedma added subscribers: kito.cheng, 4vtomat, craig.topper.
efriedma added a comment.

In D122205#3403917 <https://reviews.llvm.org/D122205#3403917>, @steplong wrote:

> It seems some of the x64 debian tests timed out. I'm not sure how to rerun them

I don't think there's any way to rerun those tests... but you don't need to if the failure is unrelated.

CC'ing a few people for the RISCV test timeouts, so they're aware; maybe we can fix the tests to make them less likely to time out.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122205



More information about the llvm-commits mailing list