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

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 22:39:13 PST 2021


StephenFan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/local-stack-allocation.ll:17
 ; CHECK-NEXT:     add a0, sp, a0
+; CHECK-NEXT:     mv a0, a0
+; CHECK-NEXT:     lb a1, 4(a0)
----------------
This instruction will be eliminated in D92479 which I will land it soon after.


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