[all-commits] [llvm/llvm-project] 68bb00: [Matrix] Add -debug-only prints when matrices get ...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Tue Jun 10 09:46:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68bb005ae021cbfaef8fe9fa8b3efcdf0e13e2b3
      https://github.com/llvm/llvm-project/commit/68bb005ae021cbfaef8fe9fa8b3efcdf0e13e2b3
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    A llvm/test/Transforms/LowerMatrixIntrinsics/flatten.ll

  Log Message:
  -----------
  [Matrix] Add -debug-only prints when matrices get flattened (#142078)

This is a potential source of overhead, which we might be able to alleviate in some cases. For example, static element extracts, or shuffles that pluck out a specific row. Since these diagnostics are highly specific to the pass itself and not immediately actionable for compiler users, these prints don't make a whole lot of sense as Remarks.



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