[all-commits] [llvm/llvm-project] 253a52: [IR] Remove LLVMPointerTo intrinsic type (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 13 01:59:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 253a52988fe37887ba1f7741271d602083fe7dd7
https://github.com/llvm/llvm-project/commit/253a52988fe37887ba1f7741271d602083fe7dd7
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/IR/Function.cpp
Log Message:
-----------
[IR] Remove LLVMPointerTo intrinsic type (NFC)
With opaque pointers, this is equivalent to llvm_ptr_ty. However,
this particular type was actually completely unused.
More information about the All-commits
mailing list