[PATCH] D118305: [Spill2Reg] Added code generation support for 8/16bit spills/reloads in x86
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 22:30:31 PST 2022
vporpo updated this revision to Diff 405150.
vporpo added a comment.
Removed the subregs from the movd instructions.
Also added simple mir tests for 8/16 bits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118305/new/
https://reviews.llvm.org/D118305
Files:
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrInfo.h
llvm/test/CodeGen/X86/spill2reg_end_to_end_16bit.ll
llvm/test/CodeGen/X86/spill2reg_end_to_end_8bit.ll
llvm/test/CodeGen/X86/spill2reg_simple_1_16bit.mir
llvm/test/CodeGen/X86/spill2reg_simple_1_8bit.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118305.405150.patch
Type: text/x-patch
Size: 12007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/647239df/attachment.bin>
More information about the llvm-commits
mailing list