[PATCH] Make addrspacecast (gep) do addrspacecast (gep) instead.
Matt Arsenault
Matthew.Arsenault at amd.com
Thu Feb 13 16:56:19 PST 2014
Fixed and r201376
================
Comment at: test/Transforms/InstCombine/cast.ll:950
@@ +949,3 @@
+; CHECK-NEXT: getelementptr [100 x double] addrspace(1)*
+; CHECK: addrspacecast double addrspace(1)*
+; CHECK-NEXT: load double addrspace(3)*
----------------
Quentin Colombet wrote:
> What is the reason for not using CHECK-NEXT here?
No particular reason. I made it a CHECK-NEXT.
http://llvm-reviews.chandlerc.com/D2596
More information about the llvm-commits
mailing list