1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/CodeGen
Nemanja Ivanovic 6e3343082c Fix for bootstrap bug introduced in r244921
This revision has introduced an issue that only affects bootstrapped compiler
when it is printing the ASM. It turns out that the new code path taken due to
legalizing a scalar_to_vector of i64 -> v2i64 exposes a missing check in a
micro optimization to change a load followed by a scalar_to_vector into a
load and splat instruction on PPC.

llvm-svn: 251798
2015-11-02 14:01:11 +00:00
..
AArch64 [AArch64]Merge halfword loads into a 32-bit load 2015-10-27 19:16:03 +00:00
AMDGPU AMDGPU/SI: handle undef for llvm.SI.packf16 2015-10-29 15:29:09 +00:00
ARM ARM: add extra test for watchOS ABI 2015-10-30 16:29:44 +00:00
BPF
CPP
Generic Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll" 2015-10-29 22:34:59 +00:00
Hexagon Tail duplication can mix incompatible registers in phi nodes 2015-10-21 02:40:06 +00:00
Inputs
Mips [mips] wrong opcode for ll/sc instructions on mipsr6 when -integrated-as is used 2015-10-29 14:40:19 +00:00
MIR Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successors when optimization is disabled. 2015-10-27 17:59:36 +00:00
MSP430
NVPTX
PowerPC Fix for bootstrap bug introduced in r244921 2015-11-02 14:01:11 +00:00
SPARC Drop assert that a call with struct return goes to a function with sret 2015-10-21 20:05:01 +00:00
SystemZ [SystemZ] Make the CCRegs regclass non-allocatable. 2015-10-29 16:13:55 +00:00
Thumb
Thumb2 [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev 2015-10-23 17:19:19 +00:00
WebAssembly [WebAssembly] Fix import statement 2015-10-30 16:41:21 +00:00
WinEH
X86 AVX512: Implemented encoding and intrinsics for VBROADCASTI32x2 and VBROADCASTF32x2 instructions. 2015-11-02 07:39:36 +00:00
XCore