================
@@ -2,6 +2,10 @@
 # RUN:   -start-before=greedy,0 -stop-after=virtregrewriter,0 
-pass-remarks='.*' -pass-remarks-output=%t.yaml -o /dev/null %s
 # RUN: FileCheck %s < %t.yaml
 
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 \
+# RUN:   -passes='greedy<sgpr>,virt-reg-rewriter<no-clear-vregs>' 
-pass-remarks='.*' -pass-remarks-output=%t.yaml -o /dev/null %s
----------------
arsenm wrote:

```suggestion
# RUN:   -passes='greedy<sgpr>,virt-reg-rewriter<no-clear-vregs>' 
-pass-remarks='.*' -pass-remarks-output=%t.yaml -filetype=null %s
```

https://github.com/llvm/llvm-project/pull/130564
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to