[llvm] be15db8 - [PowerPC][NFC] Forgot to add requires asserts to ppc-TOC-stats.ll

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 16:47:05 PDT 2023


Author: Stefan Pintilie
Date: 2023-04-03T19:45:27-04:00
New Revision: be15db8cf2ebb00238ea1b2c1bd9b01dc2938552

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

LOG: [PowerPC][NFC] Forgot to add requires asserts to ppc-TOC-stats.ll

When I sumbitted the original patch I forgot to add that:
GodeGen/PowerPC/ppc-TOC-stats.ll
requires asserts.
Added that now.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll b/llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll
index 9e5fee72c4e74..a9a87ad56a4df 100644
--- a/llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll
+++ b/llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll
@@ -1,6 +1,8 @@
 ;;  Note: The checks for this test are manually generated. Please do not
 ;;        run a script to update these checks.
 
+; REQUIRES: asserts
+
 ; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr8 \
 ; RUN:   --stats < %s 2>&1 | FileCheck %s --check-prefix=AIX
 ; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 \


        


More information about the llvm-commits mailing list