[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,23 +1,7 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
; RUN: -mcpu=pwr9 -mtriple=powerpc64 < %s | FileCheck %s
define dso_local <16 x i8> @ConvertExtractedMaskBitsToVect(<16 x i8> noundef %0) local_unnamed_addr #0 {
----------------
lei137 wrote:
Please remove `local_unnamed_addr #0`. Since I don't see any attributes defined here, it's likely not needed for this behaviour?
https://github.com/llvm/llvm-project/pull/150422
More information about the llvm-commits
mailing list