[llvm] [MachinePipeliner] Add an abstract layer to manipulate Data Dependenc… (PR #109918)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 12:59:01 PST 2024
================
@@ -114,10 +118,123 @@ class MachinePipeliner : public MachineFunctionPass {
bool useWindowScheduler(bool Changed);
};
+/// Represents a dependnece between two instruction.
----------------
aankit-ca wrote:
*dependnece -> dependence
https://github.com/llvm/llvm-project/pull/109918
More information about the llvm-commits
mailing list