[all-commits] [llvm/llvm-project] 538f13: [mlir][ArmSME] Fix scalable dims check in isValidS...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Mon Sep 4 23:08:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 538f13584dbd79c0b97e52b839bf70674bffa4a5
https://github.com/llvm/llvm-project/commit/538f13584dbd79c0b97e52b839bf70674bffa4a5
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M mlir/lib/Dialect/ArmSME/Utils/Utils.cpp
M mlir/test/Dialect/ArmSME/vector-ops-to-sme.mlir
Log Message:
-----------
[mlir][ArmSME] Fix scalable dims check in isValidSMETileVectorType (#65254)
Check for allDimsScalable is incorrect and currently permits fixed
vectors.
More information about the All-commits
mailing list