[llvm-branch-commits] [clang] [llvm] [GVN] Simple GVN-based hoisting of scalars (PR #210337)
Momchil Velikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 24 05:54:47 PDT 2026
momchil-velikov wrote:
> All the GVNs are confusing to me. How is this different from GVNHoist?
It's shorter, simpler, handles just case of hoisting from two single-predecessor blocks to their common predecessor, and is enabled.
https://github.com/llvm/llvm-project/pull/210337
More information about the llvm-branch-commits
mailing list