llvm-project/llvm/test/CodeGen
Kai Nacke 34946dfd79 [SystemZ] Add implementation for the intrinsic llvm.read_register
This change implements the llvm intrinsic llvm.read_register for
the SystemZ platform which returns the value of the specified
register
(http://llvm.org/docs/LangRef.html#llvm-read-register-and-llvm-write-register-intrinsics).
This implementation returns the value of the stack register, and
can be extended to return the value of other registers. The
implementation for this intrinsic exists on various other platforms
including Power, x86, ARM, etc. but missing on SystemZ.

Reviewers: uweigand

Differential Revision: https://reviews.llvm.org/D73378
2020-02-10 08:19:10 -05:00
..
AArch64 [AArch64][SVE] SVE2 intrinsics for complex integer arithmetic 2020-02-10 12:14:56 +00:00
AMDGPU [AMDGPU] Add a16 feature to gfx10 2020-02-10 09:04:23 +01:00
ARC
ARM Revert "[ARM] Improve codegen of volatile load/store of i64" 2020-02-08 13:18:45 +00:00
AVR
BPF [BPF] disable ReduceLoadWidth during SelectionDag phase 2020-02-04 18:37:43 -08:00
Generic [CodeGenPrepare] Make TargetPassConfig required 2020-02-02 09:28:45 -08:00
Hexagon [Hexagon] Add REQUIRES: asserts to a testcase using -debug-only 2020-01-21 13:22:01 -06:00
Inputs
Lanai
MIR AMDGPU: Split denormal mode tracking bits 2020-02-04 10:44:21 -08:00
MSP430
Mips GlobalISel: Fix narrowing of G_CTLZ/G_CTTZ 2020-02-09 18:11:43 -05:00
NVPTX Consolidate internal denormal flushing controls 2020-01-17 20:09:53 -05:00
PowerPC [PowerPC] Fix spilling of vector registers in PEI of EH aware functions 2020-02-07 14:41:52 -06:00
RISCV [RISCV] Fix incorrect FP base CFI offset for variable argument functions 2020-02-10 11:56:08 +08:00
SPARC
SystemZ [SystemZ] Add implementation for the intrinsic llvm.read_register 2020-02-10 08:19:10 -05:00
Thumb
Thumb2 [AsmPrinter] Print FP constant in hexadecimal form instead 2020-02-07 16:00:55 +00:00
VE [VE] half fptrunc+store&load+fpext 2020-02-04 17:16:09 +01:00
WebAssembly [WebAssembly] Fix signature of __powitf2 libcall 2020-02-07 20:30:47 -08:00
WinCFGuard
WinEH
X86 Revert rGe82e17d4d4cac8b2df00094e80d5e1cb22795664 - [X86] Add lowerShuffleAsBitRotate (PR44379) 2020-02-10 12:14:26 +00:00
XCore