[llvm] [BranchFolder] Prevent nested salvage in empty BB chains with pseudo probes (PR #206092)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 05:24:24 PDT 2026
================
@@ -0,0 +1,108 @@
+# RUN: llc -o - %s -mtriple=x86_64-- -run-pass=branch-folder | FileCheck %s
+
----------------
arsenm wrote:
test/CodeGen/MIR is for MIR parser tests, this belongs in test/CodeGen/X86
https://github.com/llvm/llvm-project/pull/206092
More information about the llvm-commits
mailing list