[PATCH] D136222: [LoongArch] Split SP adjustment

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 08:18:28 PDT 2022


Allen added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/split-sp-adjust.ll:5
+
+;; The stack size is 2048 and the SP adjustment will be split.
+define i32 @SplitSP() nounwind {
----------------
Sorry for the naive question: do you split the offset of SP as the constraint of the load/store, which should be less than 2048 ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136222



More information about the llvm-commits mailing list