[PATCH] D150706: [LAA] Update MaxSafeDepDistBytes when non-unit stride

Michael Maitland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 11:06:25 PDT 2023


michaelmaitland marked an inline comment as done.
michaelmaitland added a comment.

In D150706#4506975 <https://reviews.llvm.org/D150706#4506975>, @fhahn wrote:

> It might be helpful to also print  `MaxSafeVectorWidthInBits`

I added this print out and checked it with the test. Before this patch, we reported `The maximum number of bits that are safe to operate on in parallel is 64`, which is incorrect.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150706



More information about the llvm-commits mailing list