[all-commits] [llvm/llvm-project] 94abec: [IVDescriptors] Remove typed pointer support (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jul 12 06:48:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94abecca6b908f26a979f50e800284a438d79c4b
      https://github.com/llvm/llvm-project/commit/94abecca6b908f26a979f50e800284a438d79c4b
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [IVDescriptors] Remove typed pointer support (NFC)

This also removes the element type from the descriptor, as it is
always i8. The meaning of the step is now the same between
integers and pointers.




More information about the All-commits mailing list