1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarrepl

implements this xform.

llvm-svn: 36804
This commit is contained in:
Chris Lattner 2007-05-05 22:22:03 +00:00
parent 1249eccaeb
commit dfc8ec6660

View File

@ -1,8 +1,7 @@
; This is a feature test. Hopefully one day this will be implemented. The
; generated code should perform the appropriate masking operations required
; depending on the endianness of the target...
; XFAIL: *
; RUN: llvm-upgrade < %s | llvm-as | opt -mem2reg | llvm-dis | \
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \
; RUN: not grep alloca
implementation