[PATCH] D118300: [Spill2Reg] Code generation part 1.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 17:44:21 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.
This adds the main structure of the code generation phase of Spill2Reg.
Iterate through the spills/reloads collected earlier and generate the
new instructions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118300
Files:
llvm/include/llvm/CodeGen/TargetInstrInfo.h
llvm/lib/CodeGen/Spill2Reg.cpp
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118300.403453.patch
Type: text/x-patch
Size: 6105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/50bf332c/attachment.bin>
More information about the llvm-commits
mailing list