[llvm-branch-commits] [ProfCheck] Add prof data for lowering of @llvm.cond.loop (PR #180390)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 7 20:52:07 PST 2026
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/180390
When there is no target-specific lowering of @llvm.cond.loop, it is
lowered into a simple loop by PreISelIntrinsicLowering. Mark the branch
weights into the no-return loop as unknown given we do not have value
metadata to fix the profcheck test for this feature.
More information about the llvm-branch-commits
mailing list