[llvm] 1af1c9f - [NFC][PowerPC] Update the option to -enable-subreg-liveness.

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 11:57:37 PDT 2024


Author: Stefan Pintilie
Date: 2024-06-14T13:57:21-05:00
New Revision: 1af1c9fb98e5c99ce2aa3a9af8ede489ea85c745

URL: https://github.com/llvm/llvm-project/commit/1af1c9fb98e5c99ce2aa3a9af8ede489ea85c745
DIFF: https://github.com/llvm/llvm-project/commit/1af1c9fb98e5c99ce2aa3a9af8ede489ea85c745.diff

LOG: [NFC][PowerPC] Update the option to -enable-subreg-liveness.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir b/llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir
index 1bc8766cf78d4..e1fd6180b2662 100644
--- a/llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir
+++ b/llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mcpu=pwr10 -ppc-track-subreg-liveness -filetype=null  \
+# RUN: llc -mcpu=pwr10 -enable-subreg-liveness -filetype=null  \
 # RUN:   -mtriple=powerpc64le-unknown-linux-gnu -run-pass=greedy,virtregrewriter \
 # RUN:   -debug-only=regalloc -o - %s 2>&1 | FileCheck %s
 # REQUIRES: asserts


        


More information about the llvm-commits mailing list