[llvm] [MachinePipeliner] Improve loop carried dependence analysis (PR #94185)
Yuta Mukai via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 16:40:18 PST 2025
================
@@ -1,14 +1,15 @@
# RUN: llc -mtriple=hexagon -run-pass pipeliner -debug-only=pipeliner %s -o /dev/null 2>&1 -pipeliner-experimental-cg=true | FileCheck %s
# REQUIRES: asserts
-# Test that the loop carried dependence check correctly identifies a recurrence
+# Test that it correctly recognizes that there is no loop carried dependence
----------------
ytmukai wrote:
Thank you. I agree with that. The comments are modified as follows:
https://github.com/llvm/llvm-project/pull/94185/files#diff-c3ea1dfa4f11954def7abf99d16cd4e12dc98d560269fa307653f0ec84e5baa2
https://github.com/llvm/llvm-project/pull/94185
More information about the llvm-commits
mailing list