llvm-project/llvm/unittests/Target
Chris Bieneman e6f44a3cd2 Add PointerType analysis for DirectX backend
As implemented this patch assumes that Typed pointer support remains in
the llvm::PointerType class, however this could be modified to use a
different subclass of llvm::Type that could be disallowed from use in
other contexts.

This does not rely on inserting typed pointers into the Module, it just
uses the llvm::PointerType class to track and unique types.

Fixes #54918

Reviewed By: kuhar

Differential Revision: https://reviews.llvm.org/D122268
2022-04-25 17:49:43 -05:00
..
AArch64 Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
AMDGPU Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
ARM Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
DirectX Add PointerType analysis for DirectX backend 2022-04-25 17:49:43 -05:00
PowerPC Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
WebAssembly Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
X86 Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
CMakeLists.txt