[all-commits] [llvm/llvm-project] e838b8: [Matrix] Fix a miscompile due to an incorrect doub...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Sat Apr 12 07:31:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e838b8b7e71df4ee0e3aea6c94f510ee1794d707
https://github.com/llvm/llvm-project/commit/e838b8b7e71df4ee0e3aea6c94f510ee1794d707
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2025-04-12 (Sat, 12 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
A llvm/test/Transforms/LowerMatrixIntrinsics/transpose-fold.ll
Log Message:
-----------
[Matrix] Fix a miscompile due to an incorrect double-transpose fold (#135397)
Transposes are only inverses of each other when they have matching
shapes.
rdar://145592582
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