[llvm] 36bc741 - [test] Don't generate extra file for regalloc-amdgpu.mir test.
Haojian Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 01:17:25 PDT 2024
Author: Haojian Wu
Date: 2024-06-07T10:15:32+02:00
New Revision: 36bc7410cb68e32d4416b951a118d5a799d3a226
URL: https://github.com/llvm/llvm-project/commit/36bc7410cb68e32d4416b951a118d5a799d3a226
DIFF: https://github.com/llvm/llvm-project/commit/36bc7410cb68e32d4416b951a118d5a799d3a226.diff
LOG: [test] Don't generate extra file for regalloc-amdgpu.mir test.
Added:
Modified:
llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
Removed:
################################################################################
diff --git a/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir b/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
index 0603ffc4c5ea2..f75db964e2d6e 100644
--- a/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
+++ b/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
@@ -1,5 +1,5 @@
# REQUIRES: amdgpu-registered-target
-# RUN: llc -mtriple=amdgcn --passes='regallocfast<filter=sgpr>' --print-pipeline-passes %s | FileCheck %s --check-prefix=PASS
+# RUN: llc -mtriple=amdgcn --passes='regallocfast<filter=sgpr>' --print-pipeline-passes --filetype=null %s | FileCheck %s --check-prefix=PASS
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes --filetype=null %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
# PASS: regallocfast<filter=sgpr>
More information about the llvm-commits
mailing list