Add PointerType analysis for DirectX backendAs implemented this patch assumes that Typed pointer support remains inthe llvm::PointerType class, however this could be modified to use adifferent su
Add PointerType analysis for DirectX backendAs implemented this patch assumes that Typed pointer support remains inthe llvm::PointerType class, however this could be modified to use adifferent subclass of llvm::Type that could be disallowed from use inother contexts.This does not rely on inserting typed pointers into the Module, it justuses the llvm::PointerType class to track and unique types.Fixes #54918Reviewed By: kuharDifferential Revision: https://reviews.llvm.org/D122268
show more ...