[PATCH] D112041: [InferAddressSpaces] Support assumed addrspaces from addrspace predicates.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 19 13:32:45 PDT 2021
hliao added a comment.
In D112041#3073560 <https://reviews.llvm.org/D112041#3073560>, @rampitec wrote:
> Is there anything to remove assume() call after address space is inferred? We do not need it anymore.
along with a few other intrinsics, assume intrinsic is discarded in SDAG and GISel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112041/new/
https://reviews.llvm.org/D112041
More information about the llvm-commits
mailing list