[llvm] [RISCV][TTI] Implement cost of llvm.experimental.vector.extract.last.active (PR #184067)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 19:46:32 PST 2026


================
@@ -0,0 +1,109 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 6
+; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -S -mtriple=riscv64--linux-gnu -mattr=+v | FileCheck %s
----------------
lukel97 wrote:

Nit don't need to the OS part of the triple
```suggestion
; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -S -mtriple=riscv64 -mattr=+v | FileCheck %s
```

https://github.com/llvm/llvm-project/pull/184067


More information about the llvm-commits mailing list