[PATCH] D139679: [X86] Don't zero out %eax if both %al and %ah are used

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 13:26:53 PST 2022


void updated this revision to Diff 482616.
void added a comment.
This revision is now accepted and ready to land.

Use RegUnit to get any sibling registers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139679

Files:
  llvm/lib/CodeGen/PrologEpilogInserter.cpp
  llvm/test/CodeGen/X86/zero-call-used-regs-i386.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139679.482616.patch
Type: text/x-patch
Size: 5155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221213/767e0d9b/attachment.bin>


More information about the llvm-commits mailing list