[llvm] [AArch64] Eliminate redundant setcc on vector comparison results (PR #171431)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 26 11:32:27 PST 2025
================
@@ -0,0 +1,118 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64 < %s | FileCheck %s
----------------
DaKnig wrote:
do we also want to add global-isel checks for this file?
https://github.com/llvm/llvm-project/pull/171431
More information about the llvm-commits
mailing list