[llvm] [llvm][ARM]Add widen strings pass (PR #107120)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 04:53:42 PDT 2024
nasherm wrote:
> Maybe the target could return the size to align to for a given array size, as opposed to the boolean useWidenGlobalStrings. So 4 for Arm
Opted for this approach. Would it be worth making the chosen alignment value correspond to a target feature?
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list