[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 11:36:44 PDT 2022


craig.topper added a comment.

I think we need this change from D134851 <https://reviews.llvm.org/D134851> to match SVE from D83859 <https://reviews.llvm.org/D83859>

   bool isStackIdSafeForLocalArea(unsigned StackId) const override {
    // We don't support putting RVV objects into the pre-allocated local
    // frame block at the moment.
    return StackId != TargetStackID::ScalableVector;
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98101



More information about the llvm-commits mailing list