[llvm] [PowerPC] replace vector compare equal to with vector compare greater than (PR #150422)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 08:48:06 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
----------------
lei137 wrote:
nit: continuation of a RUN line should always be indented. Same comment for all the run line changes below.
```suggestion
; RUN: < %s | FileCheck %s --check-prefix=POWERPC_64LE
```
https://github.com/llvm/llvm-project/pull/150422
More information about the llvm-commits
mailing list