[llvm] [LLVM][InstCombine] Add simplification of SVE compare intrinsics. (PR #211249)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 08:51:57 PDT 2026


================
@@ -0,0 +1,52 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
+
+target triple = "aarch64-unknown-linux-gnu"
+
+; The follow tests verify the mechanics of simplification. The operation is not
----------------
paulwalker-arm wrote:

Sorry, I edited the wrong file.

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


More information about the llvm-commits mailing list