[all-commits] [llvm/llvm-project] fcb4c0: [mlir][nfc] Rename type constraint for scalable ve...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Thu Oct 12 17:40:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcb4c0555e2f8f77c335c386e299093329458209
https://github.com/llvm/llvm-project/commit/fcb4c0555e2f8f77c335c386e299093329458209
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
M mlir/include/mlir/IR/CommonTypeConstraints.td
Log Message:
-----------
[mlir][nfc] Rename type constraint for scalable vectors (#68808)
For consistency with other predicates, rename:
* allDimsScalableVectorTypePred -> IsVectorTypeWithAllDimsScalablePred
* IsScalableVectorTypePred -> IsVectorTypeWithAnyDimScalablePred
More information about the All-commits
mailing list