[llvm] [PowerPC] replace vector compare equal to with vector compare greater than (PR #150422)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 20:09:19 PDT 2025
================
@@ -1,26 +1,24 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu \
-; RUN: < %s | FileCheck %s --check-prefix=POWERPC_64LE
+; RUN: < %s | FileCheck %s --check-prefix=POWERPC_64LE
----------------
Himadhith wrote:
Will do it once the NFC patch is merged.
https://github.com/llvm/llvm-project/pull/150422
More information about the llvm-commits
mailing list