[llvm] [CodeGen] [EarlyIfConversion] Prioritize conversion of hard to predict branches (PR #174457)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 6 11:28:13 PST 2026
================
@@ -0,0 +1,49 @@
+# RUN: llc -mtriple=aarch64 -mcpu=apple-m1 -run-pass=early-ifcvt -o - %s | FileCheck %s
----------------
jroelofs wrote:
nit: can these two test files be folded into one? there is some small overhead that scales with the _number_ of test files in the testsuite, so we should be a little mindful of adding more.
https://github.com/llvm/llvm-project/pull/174457
More information about the llvm-commits
mailing list