[PATCH] D106573: Enabling the copy-constant-to-alloca optimization in more instances

Mohammad Fawaz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 11:12:58 PDT 2021


mfawaz added a comment.

In D106573#2897217 <https://reviews.llvm.org/D106573#2897217>, @arsenm wrote:

> LGTM but I don’t see how this patch is related to the address spaces

Thanks Matt. There reason I'm mentioning address spaces is because the case where address spaces are the same is handled by an earlier section of the code, and this patch seems to only be relevant when address spaces are different.


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

https://reviews.llvm.org/D106573



More information about the llvm-commits mailing list