[llvm] [SVE][InstCombine] Delete redundante sel instructions with ptrue (PR #68463)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 05:46:54 PDT 2023


================
@@ -63,6 +63,20 @@ svint32_t test_svsel_s32(svbool_t pg, svint32_t op1, svint32_t op2)
   return SVE_ACLE_FUNC(svsel,_s32,,)(pg, op1, op2);
 }
 
+// CHECK-LABEL: @test_svsel_s32_ptrue(
----------------
vfdff wrote:

remove the test `test_svsel_s32_ptrue`, thanks @david-arm 

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


More information about the llvm-commits mailing list