[llvm] [RISCV][TTI] Implement cost of llvm.experimental.vector.extract.last.active (PR #184067)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 21:09:04 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
+
+define void @extractions() {
+ ;; Legal types
----------------
ElvisWang123 wrote:
Dropped, thanks!
https://github.com/llvm/llvm-project/pull/184067
More information about the llvm-commits
mailing list