[llvm-branch-commits] [llvm] [LoopUnroll] Fix block frequencies when no runtime (PR #157754)
Joel E. Denny via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 17 09:26:40 PDT 2025
================
@@ -1,4 +1,5 @@
; RUN: opt < %s -S -passes=loop-unroll -unroll-runtime=true -unroll-count=4 | FileCheck %s
+; XFAIL: *
----------------
jdenny-ornl wrote:
I removed the xfails and made the tests pass. Let me know whether it's what you had in mind.
https://github.com/llvm/llvm-project/pull/157754
More information about the llvm-branch-commits
mailing list