[all-commits] [llvm/llvm-project] 0f6155: [LoopVectorize][NFC] Remove unused variable in add...

David Sherwood via All-commits all-commits at lists.llvm.org
Tue Jan 28 01:11:48 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f61558b97aab16fedd38648f88377ff3f860e06
      https://github.com/llvm/llvm-project/commit/0f61558b97aab16fedd38648f88377ff3f860e06
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

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

  Log Message:
  -----------
  [LoopVectorize][NFC] Remove unused variable in addUsersInExitBlocks (#124553)

We were allocating a VPTypeAnalysis object on the stack,
but never using it for anything.



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