[all-commits] [llvm/llvm-project] 48441c: [Matrix] Properly set Changed status when optimizi...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Apr 6 09:37:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48441cb8a2fa3b3f9502ba4ba1242746615841cb
      https://github.com/llvm/llvm-project/commit/48441cb8a2fa3b3f9502ba4ba1242746615841cb
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-04-06 (Sun, 06 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    A llvm/test/Transforms/LowerMatrixIntrinsics/analysis-invalidation.ll

  Log Message:
  -----------
  [Matrix] Properly set Changed status when optimizing transposes.

Currently Changed is not updated properly when transposes are optimized,
causing missing analysis invalidation. Update optimizeTransposes to
indicate if changes have been made.



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