[llvm] [NewGVN][1/3] Load coercion between load and store (PR #68659)
Konstantina Mitropoulou via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 23:11:48 PDT 2023
================
@@ -3021,6 +3184,17 @@ std::pair<unsigned, unsigned> NewGVN::assignDFSNumbers(BasicBlock *B,
return std::make_pair(Start, End);
}
+unsigned NewGVN::updateDFSNumbers(unsigned ICount) {
----------------
kmitropoulou wrote:
Good catch! I updated the code :)
https://github.com/llvm/llvm-project/pull/68659
More information about the llvm-commits
mailing list