[llvm] [SelectionDAG] Simplify vselect true, T, F -> T (PR #100992)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 03:38:36 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
----------------
arsenm wrote:

They'll get caught in expensive_checks builds. Unless this test is specifically trying to stress a verifier error, which it isn't, it's just wasting test time 

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


More information about the llvm-commits mailing list