[all-commits] [llvm/llvm-project] 157c8d: [GVN] lazily update dominator tree when merge unco...

Enna1 via All-commits all-commits at lists.llvm.org
Fri Apr 12 00:18:24 PDT 2024


  Branch: refs/heads/users/Enna1/gvn-lazy-update-domtree
  Home:   https://github.com/llvm/llvm-project
  Commit: 157c8d4cc74f6b3faf17e195a1f58cbc0ec56a6d
      https://github.com/llvm/llvm-project/commit/157c8d4cc74f6b3faf17e195a1f58cbc0ec56a6d
  Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
    M llvm/lib/Transforms/Scalar/GVN.cpp

  Log Message:
  -----------
  [GVN] lazily update dominator tree when merge unconditional branches in function

With this change, the wall time for of GVN pass decreased from 873,745.492 ms to 367,375.304 ms in an our internal testcase.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list