[llvm] 167826e - [AMDGPU] Fix runline for windows in sdag-print-divergence.ll. NFC.

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 12:15:20 PDT 2022


Author: Stanislav Mekhanoshin
Date: 2022-09-16T12:15:08-07:00
New Revision: 167826ee12e7b5ce152d984937f871695b6c1968

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

LOG: [AMDGPU] Fix runline for windows in sdag-print-divergence.ll. NFC.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll b/llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll
index c4b79573d377..38d65337a47c 100644
--- a/llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll
+++ b/llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=amdgcn -mcpu=gfx900 -O0 -verify-machineinstrs < %s -debug-only=isel -o /dev/null |& FileCheck --check-prefixes=GCN,GCN-DEFAULT %s
-; RUN: llc -march=amdgcn -mcpu=gfx900 -O0 -verify-machineinstrs < %s -debug-only=isel -dag-dump-verbose -o /dev/null |& FileCheck --check-prefixes=GCN,GCN-VERBOSE %s
+; RUN: llc -march=amdgcn -mcpu=gfx900 -O0 -verify-machineinstrs < %s -debug-only=isel 2>&1 | FileCheck --check-prefixes=GCN,GCN-DEFAULT %s
+; RUN: llc -march=amdgcn -mcpu=gfx900 -O0 -verify-machineinstrs < %s -debug-only=isel -dag-dump-verbose 2>&1 | FileCheck --check-prefixes=GCN,GCN-VERBOSE %s
 
 ; REQUIRES: asserts
 


        


More information about the llvm-commits mailing list