[all-commits] [llvm/llvm-project] 408931: [SandboxVec][DAG][NFC] Remove early return in noti...

vporpo via All-commits all-commits at lists.llvm.org
Tue Jan 21 18:39:42 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 408931490735a87369462aac1685673c4bc22a3e
      https://github.com/llvm/llvm-project/commit/408931490735a87369462aac1685673c4bc22a3e
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.cpp

  Log Message:
  -----------
  [SandboxVec][DAG][NFC] Remove early return in notifyMoveInstr()

It used to early return when destination is same as origin. But it's redundant
because in that case the callback won't get called in the first place.



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