[all-commits] [llvm/llvm-project] 0a0b6d: Add a test

Andrei Elovikov via All-commits all-commits at lists.llvm.org
Wed Apr 15 13:12:56 PDT 2026


  Branch: refs/heads/users/eas/laa-const-strided-diff-check
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a0b6d4a2dff6860be2f5249e2bc0638a1dfd40b
      https://github.com/llvm/llvm-project/commit/0a0b6d4a2dff6860be2f5249e2bc0638a1dfd40b
  Author: Andrei Elovikov <andrei.elovikov at sifive.com>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll

  Log Message:
  -----------
  Add a test


  Commit: 16506b63c71b558d381d410f9b9cc7083ed43145
      https://github.com/llvm/llvm-project/commit/16506b63c71b558d381d410f9b9cc7083ed43145
  Author: Andrei Elovikov <andrei.elovikov at sifive.com>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/test/Transforms/LoopVectorize/AArch64/interleave-with-runtime-checks.ll
    M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
    M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll

  Log Message:
  -----------
  [LAA] Enable diff checks for non-unit constant stride

This can be extended to non-constant loop-invariant strides but that is
left to a separate change.


  Commit: e9f8abb6875d05735fe518ba12a4be1c14577baf
      https://github.com/llvm/llvm-project/commit/e9f8abb6875d05735fe518ba12a4be1c14577baf
  Author: Andrei Elovikov <andrei.elovikov at sifive.com>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h

  Log Message:
  -----------
  unsigned->uint64_t for AbsCommonStrideInBytes


Compare: https://github.com/llvm/llvm-project/compare/0bf6b764fe96...e9f8abb6875d

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list