================
@@ -19,6 +19,11 @@
 
 namespace llvm {
 
+struct SVEStackSizes {
----------------
MacDue wrote:

I think it's best to keep the value signed as the sizes are used to derive 
signed offsets, and mixing signed/unsigned can sometimes lead to unexpected 
results.

https://github.com/llvm/llvm-project/pull/142391
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to