[PATCH] D38736: [X86] test/testn intrinsics lowering to IR. llvm part.
Uriel Korach via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 08:06:05 PDT 2017
uriel.k created this revision.
Added autoUpgrade support and removed builtins from llvm.
this commit will be submitted only after D38732 <https://reviews.llvm.org/D38732> will submitted
as it depends on the IR code pattern that being folded to TESTM/NM DAG nodes.
There is another revision that deals the clang side.
https://reviews.llvm.org/D38736
Files:
include/llvm/IR/IntrinsicsX86.td
lib/IR/AutoUpgrade.cpp
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38736.118390.patch
Type: text/x-patch
Size: 63429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171010/5e080ea6/attachment-0001.bin>
More information about the llvm-commits
mailing list