[all-commits] [llvm/llvm-project] 06effa: [LLVM][Verifier] Remove constant-only matrix strid...

mayanksolanki393 via All-commits all-commits at lists.llvm.org
Fri Jul 17 03:37:27 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06effa5b965f68a24dcea8550efc86225b186f54
      https://github.com/llvm/llvm-project/commit/06effa5b965f68a24dcea8550efc86225b186f54
  Author: mayanksolanki393 <mayanksolanki393 at gmail.com>
  Date:   2026-07-17 (Fri, 17 Jul 2026)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Verifier/matrix-intrinsics.ll

  Log Message:
  -----------
  [LLVM][Verifier] Remove constant-only matrix stride check (#207665)

Remove the verifier check requiring constant column-major matrix
load/store strides to be greater than or equal to the row count.

The stride operand is not an immarg, so the verifier must not enforce
constraints that only apply when the argument happens to be constant.



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