[llvm] [AArch64] optimise SVE cmp intrinsics with no active lanes (PR #104779)
Maciej Gabka via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 03:56:12 PDT 2024
================
@@ -0,0 +1,245 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
+target triple = "aarch64-unknown-linux-gnu"
+
+define <vscale x 16 x i1> @test_cmpeq(<vscale x 16 x i8> %a, <vscale x 16 x i8> %b){
----------------
mgabka wrote:
is there any specific reason why the tests are not covering all allowed element types?
https://github.com/llvm/llvm-project/pull/104779
More information about the llvm-commits
mailing list