[PATCH] D150218: [ConstantMerge] Only merge constant w/unnamed_addr

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 14:43:49 PDT 2023


efriedma added a comment.

If we do decide that string literals need to be special, we might want to consider a distinct "unnamed_addr_only" or something like that, so we don't block merging in cases which aren't constrained by the C/C++ standards.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150218



More information about the llvm-commits mailing list