[llvm] [WIP][PowerPC] Add phony subregisters to cover the high half of the VSX registers. (PR #94628)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 12 12:13:32 PDT 2024
    
    
  
================
@@ -0,0 +1,63 @@
+# RUN: llc -mcpu=pwr10 -O3 -ppc-track-subreg-liveness -verify-machineinstrs \
----------------
arsenm wrote:
Use -verify-regalloc instead of -verify-machineinstrs. Also shouldn't need -O3 
https://github.com/llvm/llvm-project/pull/94628
    
    
More information about the llvm-commits
mailing list