[PATCH] D31714: [X86] Added missing mayLoad/mayStore attributes to some X86 instructions

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 10:05:03 PDT 2017


aymanmus created this revision.

Throughout the effort of automatically generating the X86 memory folding tables these missing information were encountered.
This is a preparation work for a future patch including the automation of these tables.


https://reviews.llvm.org/D31714

Files:
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrMPX.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86InstrShiftRotate.td
  lib/Target/X86/X86InstrSystem.td
  lib/Target/X86/X86InstrVMX.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31714.94252.patch
Type: text/x-patch
Size: 17011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170405/3e35ba30/attachment.bin>


More information about the llvm-commits mailing list