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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 03:34:11 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
----------------
lukel97 wrote:

I specifically added it for this test since it's dealing with RVV instructions. After we migrated the RISCVInsertVSETVLI pass to operate on LiveIntervals it really helps to have the machine verifier check that they're intact. It's already caught quite a few issues just on the existing RVV codegen tests alone. 

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


More information about the llvm-commits mailing list