[all-commits] [llvm/llvm-project] c4f7ab: [LV] Initialize IR block pointers in ILV. (NFC) (#...

George Chaltas via All-commits all-commits at lists.llvm.org
Thu May 15 01:19:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4f7ab1d2e27d7d742d89606eb40ffd547b448b1
      https://github.com/llvm/llvm-project/commit/c4f7ab1d2e27d7d742d89606eb40ffd547b448b1
  Author: George Chaltas <george.chaltas at intel.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [LV] Initialize IR block pointers in ILV. (NFC) (#139807)

Setting unitialized pointers to nullptr in InnerLoopVectorizer()
constructor. These were noticed during a review of the code. Seems like
a good idea to clean them up.



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