[llvm] [AArch64] Add an AArch64 pass for loop idiom transformations (PR #72273)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 00:28:09 PST 2023
================
@@ -419,6 +419,8 @@ class AArch64TTIImpl : public BasicTTIImplBase<AArch64TTIImpl> {
return BaseT::getStoreMinimumVF(VF, ScalarMemTy, ScalarValTy);
}
+
+ std::optional<unsigned> getMinPageSize() const { return 4096; }
----------------
davemgreen wrote:
Can you make sure this is overridable with an option.
https://github.com/llvm/llvm-project/pull/72273
More information about the llvm-commits
mailing list