[llvm] d473e2c - [RISCV][MCA] Remove unnecessary -debug flag from test (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 01:06:12 PDT 2023


Author: Nikita Popov
Date: 2023-10-31T09:06:03+01:00
New Revision: d473e2c124df5adfdb513de2044424ebbfc72bf7

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

LOG: [RISCV][MCA] Remove unnecessary -debug flag from test (NFC)

This test doesn't appear to actually use -debug output, and the
flag makes the test fail on non-assert builds.

Added: 
    

Modified: 
    llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s b/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
index 8b52d0ece635931..41a6935873ad3c9 100644
--- a/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
+++ b/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
-# RUN: llvm-mca -debug -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s
+# RUN: llvm-mca -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s
 
 vsetvli zero, zero, e32, m1, tu, mu
 


        


More information about the llvm-commits mailing list