llvm-project/llvm/unittests/Target
Joshua Cranmer 2138c90645 [IR] Move support for dxil::TypedPointerType to LLVM core IR.
This allows the construct to be shared between different backends. However, it
still remains illegal to use TypedPointerType in LLVM IR--the type is intended
to remain an auxiliary type, not a real LLVM type. So no support is provided for
LLVM-C, nor bitcode, nor LLVM assembly (besides the bare minimum needed to make
Type->dump() work properly).

Reviewed By: beanz, nikic, aeubanks

Differential Revision: https://reviews.llvm.org/D130592
2022-08-04 10:41:11 -04:00
..
AArch64 [AArch64] Fix subtarget features for tests. NFC 2022-07-12 11:03:40 +01:00
AMDGPU [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
ARM [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
DirectX [IR] Move support for dxil::TypedPointerType to LLVM core IR. 2022-08-04 10:41:11 -04:00
PowerPC [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
WebAssembly [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
X86 [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
CMakeLists.txt