[PATCH] D72941: Handle ptrtoint in InferAddressSpace

Gang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 15:54:59 PST 2020


gangche1 added a comment.

isNoopAddrspaceCast is what I am looking for.  Could I use that in this InferAddressSpace pass to get rid of  a NoopAddrSpaceCast that is used by ptrtoint?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72941/new/

https://reviews.llvm.org/D72941





More information about the llvm-commits mailing list