[PATCH] D54144: [llvm-exegesis] Correclty handle all X86 memory encoding formats.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 02:52:45 PST 2018


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added a subscriber: tschuett.

Add unit tests to check the support for each supported format to avoid
regressions such as the one in PR36906.


Repository:
  rL LLVM

https://reviews.llvm.org/D54144

Files:
  test/tools/llvm-exegesis/X86/uops-ADD32mi8.s
  test/tools/llvm-exegesis/X86/uops-ADD32mr.s
  test/tools/llvm-exegesis/X86/uops-ADD32rm.s
  test/tools/llvm-exegesis/X86/uops-BEXTR32rm.s
  test/tools/llvm-exegesis/X86/uops-BSF16rm.s
  test/tools/llvm-exegesis/X86/uops-BTR64mr.s
  test/tools/llvm-exegesis/X86/uops-VFMADDSS4rm.s
  tools/llvm-exegesis/lib/X86/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54144.172730.patch
Type: text/x-patch
Size: 11085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/b3c7471e/attachment.bin>


More information about the llvm-commits mailing list