[PATCH] D118302: [Spill2Reg] Code generation part 2.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 17:54:25 PST 2022
vporpo created this revision.
Herald added subscribers: pengfei, hiraditya, qcolombet.
vporpo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Spill2Reg can now emit spill and reload instructions.
This will not generate correct code, as it does not keep track of live regs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118302
Files:
llvm/lib/CodeGen/Spill2Reg.cpp
llvm/test/CodeGen/X86/spill2reg_mask_spills.mir
llvm/test/CodeGen/X86/spill2reg_simple_1.mir
llvm/test/CodeGen/X86/spill2reg_simple_2.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118302.403455.patch
Type: text/x-patch
Size: 8569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/78dbed26/attachment.bin>
More information about the llvm-commits
mailing list