[Mlir-commits] [mlir] [mlir][ArmSVE] Add `-arm-sve-legalize-vector-storage` pass (PR #68794)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Oct 25 10:58:59 PDT 2023
================
@@ -230,7 +241,7 @@ struct LegalizeSVEMaskStoreConversion
auto convertToSvbool = rewriter.create<arm_sve::ConvertToSvboolOp>(
loc, legalMaskType, valueToStore);
// Replace this store with a conversion to a storable svbool_t mask,
- // followed by a wider store.
+ // followed by a wider store [1].
----------------
banach-space wrote:
```suggestion
// Replace this store with a conversion to a storable svbool mask [1],
// followed by a wider store.
```
https://github.com/llvm/llvm-project/pull/68794
More information about the Mlir-commits
mailing list