[PATCH] D16074: Make sure that any new and optimized objects created during GlobalOPT copy all the attributes from the base object.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 12:08:11 PST 2016


rafael added a comment.

This is fine by me, but give Mehdi a chance to comment too.


================
Comment at: test/Transforms/GlobalOpt/GSROA-section.ll:11
@@ +10,3 @@
+
+ at struct = internal addrspace(1) global { i32, i32 } zeroinitializer, section ".foo"
+ at array = internal addrspace(1) global [ 2 x i32 ] zeroinitializer
----------------
Please drop the addresspace or check it. 


http://reviews.llvm.org/D16074





More information about the llvm-commits mailing list