[llvm] [PHIElimination] Declare MachineLoopInfo dependency for Legacy PM (PR #169693)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 30 18:32:50 PST 2025
================
@@ -0,0 +1,85 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=machine-loops,livevars,phi-node-elimination -no-phi-elim-live-out-early-exit -filetype=null %s 2>&1 | FileCheck %s
----------------
arsenm wrote:
This test will fail, you are not producing output and still checking stderr
https://github.com/llvm/llvm-project/pull/169693
More information about the llvm-commits
mailing list