[PATCH] D37251: [X86] Add a pass to convert instruction chains between domains

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 01:04:40 PDT 2017


guyblank updated this revision to Diff 117307.
guyblank added a comment.

Address comments by @aaboud and some other offline comments.


https://reviews.llvm.org/D37251

Files:
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/X86.h
  lib/Target/X86/X86DomainReassignment.cpp
  lib/Target/X86/X86TargetMachine.cpp
  test/CodeGen/X86/avx512-insert-extract.ll
  test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-schedule.ll
  test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll
  test/CodeGen/X86/domain-reassignment.mir
  test/CodeGen/X86/gpr-to-mask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37251.117307.patch
Type: text/x-patch
Size: 86709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171002/b6a1f826/attachment.bin>


More information about the llvm-commits mailing list