[PATCH] D144877: [llvm][XCOFF] Don't seperate mergable strings by alignment

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 15:00:33 PST 2023


daltenty planned changes to this revision.
daltenty added a comment.

It seems there's actually some work going on at the present time to re-work how constant data like this is structured in the XCOFF codegen (e.g. to do some pooling). This patch is likely to conflict and/or be superseded by that approach, so I'm going to put this on hold for the moment till that refactoring lands and we see whether this is still relevant.


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

https://reviews.llvm.org/D144877



More information about the llvm-commits mailing list