[all-commits] [llvm/llvm-project] e29bb9: [IR2Vec] Consider only reachable BBs and non-debug...

S. VenkataKeerthy via All-commits all-commits at lists.llvm.org
Tue Jun 17 10:58:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e29bb9a038245320164c5890d1a75843e4a664ef
      https://github.com/llvm/llvm-project/commit/e29bb9a038245320164c5890d1a75843e4a664ef
  Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
  Date:   2025-06-17 (Tue, 17 Jun 2025)

  Changed paths:
    M llvm/lib/Analysis/IR2Vec.cpp

  Log Message:
  -----------
  [IR2Vec] Consider only reachable BBs and non-debug instructions (#143476)

Changes to consider BBs that are reachable from the entry block. Similarly we skip debug instruction while computing the embeddings.

(Tracking issue - #141817)



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