[llvm] [llvm][CodeGen] Fix failure in window scheduler caused by weak dependencies (PR #95636)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 15 00:10:58 PDT 2024


================
@@ -0,0 +1,39 @@
+# REQUIRES: asserts
+# RUN: llc --march=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
+# RUN: -window-sched=force -o - 2>&1 | FileCheck %s
----------------
arsenm wrote:

Use -filetype=null since stdout is ignored 

https://github.com/llvm/llvm-project/pull/95636


More information about the llvm-commits mailing list