1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/CodeGen
Bjorn Pettersson c0a843d3f0 [DAG] Don't map a TableId to itself in the ReplacedValues map
Summary:
Found some regressions (infinite loop in DAGTypeLegalizer::RemapId)
after r334880. This patch makes sure that we do map a TableId to
itself.

Reviewers: niravd

Reviewed By: niravd

Subscribers: llvm-commits

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

llvm-svn: 335141
2018-06-20 16:06:09 +00:00
..
AArch64 [AArch64] Implement FLT_ROUNDS macro. 2018-06-20 12:09:01 +00:00
AMDGPU Utilize new SDNode flag functionality to expand current support for fadd 2018-06-18 23:44:59 +00:00
ARC
ARM ARM: convert ORR instructions to ADD where possible on Thumb. 2018-06-20 12:09:44 +00:00
AVR [AVR] Set trackLivenessAfterRegAlloc 2018-06-11 14:46:48 +00:00
BPF
Generic [DWARFv5] Tolerate files not all having an MD5 checksum. 2018-06-14 13:38:20 +00:00
Hexagon [Hexagon] Enforce restrictions on packetizing cache instructions 2018-06-19 17:26:20 +00:00
Inputs
Lanai Remove SETCCE use from Lanai's backend 2018-06-03 12:56:24 +00:00
Mips [mips] Mark microMIPS64 as being unsupported. 2018-06-19 16:05:44 +00:00
MIR [MIRParser] Update a diagnostic message to use the correct register sigil. NFC 2018-06-19 18:39:40 +00:00
MSP430
Nios2
NVPTX [DAG] fold FP binops with undef operands to NaN 2018-05-21 23:54:19 +00:00
PowerPC [PowerPC] Fix label address calculation for ppc32 2018-06-19 13:07:40 +00:00
RISCV [RISCV] Add tests for overflow intrinsics 2018-06-19 06:45:47 +00:00
SPARC [Sparc] Add support for 13-bit PIC 2018-06-11 05:50:08 +00:00
SystemZ [BranchFolding] Fix live-in's when hoisting code 2018-06-07 07:20:33 +00:00
Thumb [ARM] Testcase for Thumb1 cmp with constants. 2018-06-19 00:12:13 +00:00
Thumb2 ARM: convert ORR instructions to ADD where possible on Thumb. 2018-06-20 12:09:44 +00:00
WebAssembly [WebAssembly] Fix liveness tracking info after drop insertion 2018-06-19 20:30:42 +00:00
WinCFGuard
WinEH
X86 [DAG] Don't map a TableId to itself in the ReplacedValues map 2018-06-20 16:06:09 +00:00
XCore