[PATCH] D34991: [InferAddressSpaces] Fix assertion about null pointer

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 12:13:41 PDT 2017


yaxunl marked an inline comment as done.
yaxunl added inline comments.


================
Comment at: test/Transforms/InferAddressSpaces/AMDGPU/basic.ll:175
+; CHECK-LABEL: @local_nullptr
+; CHECK: addrspacecast (i8* null to i8 addrspace(3)*)
+; CHECK-NOT: i8 addrspace(3)* null
----------------
arsenm wrote:
> Can you check the full expression? It's on my todo list to search through icmp operands for constant expressions
will do in commit


https://reviews.llvm.org/D34991





More information about the llvm-commits mailing list