[PATCH] D155739: [DirectX] Remove uses of isOpaquePointerTy(). NFC
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 12:08:49 PDT 2023
bogner created this revision.
bogner added reviewers: beanz, python3kgae.
Herald added subscribers: hiraditya, mcrosier.
Herald added a project: All.
bogner requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
isOpaquePointerTy now returns true for all pointers, so we can replace these with isPointerTy().
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155739
Files:
llvm/lib/Target/DirectX/DXILPrepare.cpp
llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155739.542144.patch
Type: text/x-patch
Size: 5600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230719/87c0e9a7/attachment.bin>
More information about the llvm-commits
mailing list