[all-commits] [llvm/llvm-project] 245073: [DirectX] Remove uses of isOpaquePointerTy(). NFC
Justin Bogner via All-commits
all-commits at lists.llvm.org
Wed Jul 19 14:28:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 245073ac80b3a2ab942ac3c81126c14037501945
https://github.com/llvm/llvm-project/commit/245073ac80b3a2ab942ac3c81126c14037501945
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/Target/DirectX/DXILPrepare.cpp
M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
M llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.cpp
Log Message:
-----------
[DirectX] Remove uses of isOpaquePointerTy(). NFC
isOpaquePointerTy now returns true for all pointers, so we can replace
these with isPointerTy().
More information about the All-commits
mailing list