Revert r242990: "AVX-512: Implemented encoding , DAG lowering and ..."
authorChandler Carruth <chandlerc@gmail.com>
Thu, 23 Jul 2015 08:03:44 +0000 (08:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 23 Jul 2015 08:03:44 +0000 (08:03 +0000)
commit045195799377589cfc6d40195ca9f6db8903deb6
treee8fd36d84d02c74e9bbea506238dd4011ff65e79
parentcaabac7978887b5492d9b42537292c22cc188ea9
Revert r242990: "AVX-512: Implemented encoding , DAG lowering and ..."

This commit broke the build. Numerous build bots broken, and it was
blocking my progress so reverting.

It should be trivial to reproduce -- enable the BPF backend and it
should fail when running llvm-tblgen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242992 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/IR/IntrinsicsX86.td
include/llvm/Target/TargetSelectionDAG.td
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-ext.ll [deleted file]
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-trunc-ext.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-trunc.ll [deleted file]
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/masked_memop.ll
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512f_vl.s