[PATCH] D66561: [X86] Remove encoding information from the TAILJMP instructions that are lowered by MCInstLowering. Fix LowerPATCHABLE_TAIL_CALL to also convert them to regular JMP/JCC instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 17:05:34 PDT 2019


craig.topper updated this revision to Diff 216525.
craig.topper edited the summary of this revision.
craig.topper added a comment.

Handle the memory forms in MCInstLower and remove their encoding information. Change how TAILJMPr64 and TAILJMPr64_REX are handled in MCInstLower so that we change their opcodes too.


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

https://reviews.llvm.org/D66561

Files:
  llvm/lib/Target/X86/X86InstrControl.td
  llvm/lib/Target/X86/X86MCInstLower.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66561.216525.patch
Type: text/x-patch
Size: 8025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/67a28095/attachment.bin>


More information about the llvm-commits mailing list