[llvm] [AArch64] Increase scatter overhead on Neoverse-V2 (PR #101296)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 07:38:31 PDT 2024
================
@@ -0,0 +1,8 @@
+; RUN: opt -mtriple aarch64 -mcpu=neoverse-v2 -passes="print<cost-model>" -disable-output < %s 2>&1 | FileCheck %s
+; CHECK: Cost Model: Found an estimated cost of 52 for instruction: call void @llvm.masked.scatter.nxv4f32
----------------
madhur13490 wrote:
Added a generic case for which cost model deduces "Invalid". I hope that is valuable to have.
https://github.com/llvm/llvm-project/pull/101296
More information about the llvm-commits
mailing list