[PATCH] D51502: [X86] Fix register resizings for inline assembly register operands.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 10:49:47 PDT 2018


niravd updated this revision to Diff 165332.
niravd added a comment.

Huh.  It looks like I commited a partial patch change. The uploaded patch has only some of my change to remove the remove breaks from the switch. The EAX, EDX, and ECX cases should have also be returns (or at least have breaks). Corrected patch here.


Repository:
  rL LLVM

https://reviews.llvm.org/D51502

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86RegisterInfo.td
  llvm/test/CodeGen/X86/atomic_mi.ll
  llvm/test/CodeGen/X86/avx512-regcall-Mask.ll
  llvm/test/CodeGen/X86/physreg-pairs-error.ll
  llvm/test/CodeGen/X86/physreg-pairs.ll
  llvm/test/CodeGen/X86/unfold-masked-merge-vector-variablemask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51502.165332.patch
Type: text/x-patch
Size: 55990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/b37322bf/attachment.bin>


More information about the llvm-commits mailing list