[all-commits] [llvm/llvm-project] 5c28af: [Matrix] Use FixedVectorType everywhere in LowerMa...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Mon Jun 2 07:46:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c28af409978c19a35021855a29dcaa65e95da00
https://github.com/llvm/llvm-project/commit/5c28af409978c19a35021855a29dcaa65e95da00
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Matrix] Use FixedVectorType everywhere in LowerMatrixIntrinsics. NFC (#142316)
These matrix ops do not support scalable vectors, so we should be really
explicit about that and avoid casting mistakes.
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