[llvm] Reapply "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#96858) (PR #96869)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 09:20:56 PDT 2024
================
@@ -0,0 +1,35 @@
+; RUN: llc -mtriple=x86_64-linux-gnu %s -stop-after=finalize-isel -o - | \
----------------
arsenm wrote:
Apparently llc/new-pm/ has a requires X86 which is very surprising to me. In a follow up commit, should really move these under an X86 directory or use individual REQUIREs in the tests
https://github.com/llvm/llvm-project/pull/96869
More information about the llvm-commits
mailing list