1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test/CodeGen
Artem Belevich a2d7608fe7 [NVPTX] Use untyped (.b) integer registers in PTX.
This bring LLVM-generated PTX closer to what nvcc generates and avoids
triggering issues in ptxas.

For instance, ptxas does not accept .s16 (or .u16) registers as operands
for .fp16 instructions.

Differential Revision: https://reviews.llvm.org/D23460

llvm-svn: 278568
2016-08-12 22:02:19 +00:00
..
AArch64 [AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loads/stores. 2016-08-12 20:39:51 +00:00
AMDGPU AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32 2016-08-11 20:34:48 +00:00
ARM Revert "[BranchFolding] Restrict tail merging loop blocks after MBP" 2016-08-12 08:40:24 +00:00
BPF
Generic Fix build breaks after r277028 2016-07-28 20:25:21 +00:00
Hexagon [Hexagon] Allow non-returning calls in hardware loops 2016-08-11 21:14:25 +00:00
Inputs
Lanai Add a REQUIRES: assert on a Lanai test that uses a -debug-only flag 2016-07-29 19:35:22 +00:00
Mips [mips] Set Personality and LSDA encoding for FreeBSD 2016-08-04 15:36:03 +00:00
MIR [GlobalISel] Add Selected MachineFunction property. 2016-08-02 16:49:19 +00:00
MSP430
NVPTX [NVPTX] Use untyped (.b) integer registers in PTX. 2016-08-12 22:02:19 +00:00
PowerPC Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough. 2016-08-10 21:03:27 +00:00
SPARC Revert "[Sparc] Leon errata fix passes." 2016-08-12 14:48:09 +00:00
SystemZ Re-add SystemZ SNaN test 2016-08-08 18:11:13 +00:00
Thumb DAG: avoid duplicated truncating for sign extended operand 2016-07-29 23:33:48 +00:00
Thumb2 CodeGen: If Convert blocks that would form a diamond when tail-merged. 2016-08-10 20:45:56 +00:00
WebAssembly [Webassembly] disable unstable test. 2016-08-12 10:13:45 +00:00
WinEH Revert EH-specific checks in BranchFolding that were causing blow ups in compile time. 2016-07-27 17:55:33 +00:00
X86 [x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext) 2016-08-12 16:08:30 +00:00
XCore IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00