[llvm] 105a9f3 - [AArch64] Remove -debug flag from mlicm-csr-mask.mir
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 03:09:07 PDT 2024
Author: pvanhout
Date: 2024-06-20T12:08:59+02:00
New Revision: 105a9f347ac6f59484d29798ac3d116c57080759
URL: https://github.com/llvm/llvm-project/commit/105a9f347ac6f59484d29798ac3d116c57080759
DIFF: https://github.com/llvm/llvm-project/commit/105a9f347ac6f59484d29798ac3d116c57080759.diff
LOG: [AArch64] Remove -debug flag from mlicm-csr-mask.mir
Added:
Modified:
llvm/test/CodeGen/AArch64/mlicm-csr-mask.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/mlicm-csr-mask.mir b/llvm/test/CodeGen/AArch64/mlicm-csr-mask.mir
index f6a0abfdc410b..ea93c690ff8e4 100644
--- a/llvm/test/CodeGen/AArch64/mlicm-csr-mask.mir
+++ b/llvm/test/CodeGen/AArch64/mlicm-csr-mask.mir
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
-# RUN: llc -mtriple=aarch64-unknown-linux-gnu -run-pass=greedy,machinelicm -verify-machineinstrs -debug -o - %s | FileCheck %s
+# RUN: llc -mtriple=aarch64-unknown-linux-gnu -run-pass=greedy,machinelicm -verify-machineinstrs -o - %s | FileCheck %s
# FIXME: Running RA is needed otherwise it runs pre-RA LICM.
---
More information about the llvm-commits
mailing list