[PATCH] D89239: [RISCV][PrologEpilogInserter] "Float" emergency spill slots to avoid making them immediately unreachable from the stack pointer

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 14:53:20 PST 2020


arichardson added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/out-of-reach-emergency-slot.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+# REQUIRES: asserts
----------------
sdesmalen wrote:
> This test seems quite substantial, is there no simpler IR to test this?
This test can definitely be reduced a lot more. Also you could run just this pass and make it a MIR test instead.


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

https://reviews.llvm.org/D89239



More information about the llvm-commits mailing list