[llvm] [RISCV] Fold vmand of mask comparisons into a masked comparison (PR #216264)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 05:06:24 PDT 2026
================
@@ -0,0 +1,54 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=riscv64 -mattr=+v,+zvfh -verify-machineinstrs | FileCheck %s
----------------
lukel97 wrote:
is zvfh needed?
https://github.com/llvm/llvm-project/pull/216264
More information about the llvm-commits
mailing list