We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cb197 commit d33b2c1Copy full SHA for d33b2c1
llvm/test/CodeGen/PowerPC/vsx-fma-m-early.ll
@@ -1,4 +1,4 @@
1
-;; Test ppc-vsx-fma-mutate pass with -schedule-ppc-vsx-fma-mutation-early do not hosit some xxspltiw instruction.
+;; Tests that the ppc-vsx-fma-mutate pass with the schedule-ppc-vsx-fma-mutation-early pass does not hoist xxspltiw out of loops.
2
; RUN: llc -verify-machineinstrs -mcpu=pwr10 -disable-ppc-vsx-fma-mutation=false \
3
; RUN: -ppc-asm-full-reg-names -schedule-ppc-vsx-fma-mutation-early \
4
; RUN: -mtriple powerpc64-ibm-aix < %s | FileCheck --check-prefixes=CHECK64,AIX64 %s
0 commit comments