[llvm] [AArch64][SVE] Select non-temporal instructions for unpredicated loads/stores with the nontemporal flag (PR #171261)
Yuta Mukai via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 21:29:18 PST 2025
================
@@ -3061,29 +3061,22 @@ let Predicates = [HasSVE_or_SME] in {
multiclass unpred_store<PatFrag Store, ValueType Ty, Instruction RegRegInst,
Instruction RegImmInst, Instruction PTrue,
- ComplexPattern AddrCP> {
- let AddedComplexity = 1 in {
+ ComplexPattern AddrCP, int AddedComplexity = 0> {
----------------
ytmukai wrote:
As you suggested, I was able to avoid modifying `AddedComplexity`.
https://github.com/llvm/llvm-project/pull/171261
More information about the llvm-commits
mailing list