[all-commits] [llvm/llvm-project] 4136e0: [IR] Remove LLVMPointerToElt and LLVMAnyPointerToE...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jul 14 00:30:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4136e08f14ae9043b46bbe0a101e8609164d1be5
      https://github.com/llvm/llvm-project/commit/4136e08f14ae9043b46bbe0a101e8609164d1be5
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/lib/IR/Function.cpp

  Log Message:
  -----------
  [IR] Remove LLVMPointerToElt and LLVMAnyPointerToElt intrinsic types (NFC)

With opaque pointers, LLVMPointerToElt can be replaced by llvm_ptr_ty
and LLVMAnyPointerToElt by llvm_anyptr_ty.

This still leaves LLVMVectorOfAnyPointersToElt, where we can't just
replace with an existing IIT descriptor.

Differential Revision: https://reviews.llvm.org/D155167




More information about the All-commits mailing list