[llvm] [NFC] add a test case to test hoisting the xxspltib out of the loop (PR #127701)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 07:25:05 PST 2025


================
@@ -0,0 +1,107 @@
+;; Test hoisting `xxspltib` out the loop.
+
+; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff  \
+; RUN:   %s -o - 2>&1 | FileCheck  %s
----------------
diggerlin wrote:

The problem exist in the AIX32, AIX64 and linux.

https://github.com/llvm/llvm-project/pull/127701


More information about the llvm-commits mailing list