[llvm] [llvm][ARM]Add widen strings pass (PR #107120)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 06:22:02 PDT 2024
================
@@ -1786,6 +1786,10 @@ class TargetTransformInfo {
/// \return The maximum number of function arguments the target supports.
unsigned getMaxNumArgs() const;
+ /// \return For an array of given Size, return alignment boundary to
+ /// pad to. Default is no padding.
+ unsigned getNumBytesToPad(unsigned Size) const;
----------------
nasherm wrote:
Done
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list