[llvm] [SelectionDAG] Simplify vselect true, T, F -> T (PR #100992)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 4 21:16:20 PDT 2024
================
@@ -0,0 +1,10 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=riscv64 -mattr=+v -verify-machineinstrs | FileCheck %s
----------------
topperc wrote:
> Right I think this is a long standing issue, and we have thousands of violations. It defeats the point of having a separate EXPENSIVE_CHECKS behavior
Do we have a RISCV expensive checks bot?
https://github.com/llvm/llvm-project/pull/100992
More information about the llvm-commits
mailing list