diff test/Assembler/ConstantExprFoldCast.ll @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents 54457678186b
children 1172e4bd9c6f
line wrap: on
line diff
--- a/test/Assembler/ConstantExprFoldCast.ll	Tue Oct 13 17:49:56 2015 +0900
+++ b/test/Assembler/ConstantExprFoldCast.ll	Tue Jan 26 22:53:40 2016 +0900
@@ -15,3 +15,7 @@
 
 ; Address space cast AS0 null-> AS1 null
 @H = global i32 addrspace(1)* addrspacecast(i32* null to i32 addrspace(1)*)
+
+; Bitcast -> GEP
+@I = external global { i32 }
+@J = global i32* bitcast ({ i32 }* @I to i32*)