[all-commits] [llvm/llvm-project] aef6d4: [LAA] Add test that shows MaxSafeDepDistBytes is i...

Michael Maitland via All-commits all-commits at lists.llvm.org
Thu Jul 6 14:37:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aef6d4610fabf2b4c2f9e2fcfab24fce6f59cc86
      https://github.com/llvm/llvm-project/commit/aef6d4610fabf2b4c2f9e2fcfab24fce6f59cc86
  Author: Michael Maitland <michaeltmaitland at gmail.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    A llvm/test/Analysis/LoopAccessAnalysis/max_safe_dep_dist_non_unit_stride.ll

  Log Message:
  -----------
  [LAA] Add test that shows MaxSafeDepDistBytes is incorrect. NFC.

This precommit patch shows MaxSafeDepBytesDist is 24 when it should
be 8.

Differential Revision: https://reviews.llvm.org/D154173




More information about the All-commits mailing list