[llvm] [RISCV][TTI] Implement cost of intrinsic abs with LMUL (PR #115813)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 20:04:26 PST 2024
================
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -S -mtriple=riscv64 -mattr=+v | FileCheck %s
-; Check that we don't crash querying costs when vectors are not enabled.
----------------
ElvisWang123 wrote:
Why remove this comment?
https://github.com/llvm/llvm-project/pull/115813
More information about the llvm-commits
mailing list