[PATCH] D97274: [RISCV] replace unuseful emergency spill slot test with a mir test

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 05:07:12 PST 2021


StephenFan created this revision.
StephenFan added reviewers: asb, rogfer01, luismarques, craig.topper, HsiangKai.
Herald added subscribers: vkmr, frasercrmck, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, qcolombet.
StephenFan requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

It seems that the original emergency spill slot test doesn't use the emergency spill slot. So I replaced it with a mir test


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97274

Files:
  llvm/test/CodeGen/RISCV/large-stack.ll
  llvm/test/CodeGen/RISCV/use-emergency-spill-slot.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97274.325747.patch
Type: text/x-patch
Size: 8201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/76de57c0/attachment.bin>


More information about the llvm-commits mailing list