[clang] [llvm] [NFC][PowerPC] Add test case for lockdown of vector compare greater than support for Zero vector comparisons (PR #147246)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 09:39:44 PDT 2025
================
@@ -0,0 +1,239 @@
+; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN: < %s | FileCheck %s --check-prefix=POWERPC_64LE
+
+; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple=powerpc64-ibm-aix \
+; RUN: < %s | FileCheck %s --check-prefix=POWERPC_64
+
+; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple=powerpc-ibm-aix \
+; RUN: < %s | FileCheck %s --check-prefix=POWERPC_32
+
----------------
lei137 wrote:
Since the code blocks here are not auto generated, it's good to add some comments as to what we are looking for here so if there are changes, it's easier to tell if this is broken or not. Since this is a pre-commit tc I'm okay if you want to add the doc to the patch that will change these codegen.
https://github.com/llvm/llvm-project/pull/147246
More information about the llvm-commits
mailing list