[llvm] [AArch64][LoopVectorize] Use upper bound trip count instead of the constant TC when choosing max VF (PR #67697)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 06:34:40 PDT 2023
================
@@ -21,3 +21,34 @@ for.body: ; preds = %entry, %for.body
for.cond.cleanup: ; preds = %for.body
ret void
}
+
+define void @wide_tc_8(ptr nocapture %dst, i32 %n, i64 %val){
----------------
Rin18 wrote:
Done
https://github.com/llvm/llvm-project/pull/67697
More information about the llvm-commits
mailing list