[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support
authorJinsong Ji <jji@us.ibm.com>
Mon, 27 Jul 2020 18:01:40 +0000 (18:01 +0000)
committerJinsong Ji <jji@us.ibm.com>
Mon, 27 Jul 2020 19:24:39 +0000 (19:24 +0000)
commitadffce71538e219aab4eeb024819baa7687262ff
tree65734c7806a130354913b2c49a87f1e96ef4f577
parentfbe911ee750fe62061eb15c5c8f71270fdc2fe98
[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support

Per RFC http://lists.llvm.org/pipermail/llvm-dev/2020-April/141295.html
no one is making use of QPX/A2Q/BGQ/BGP CNK anymore.

This patch remove the support of QPX/A2Q in llvm, BGQ/BGP in clang,
CNK support in openmp/polly.

Reviewed By: hfinkel

Differential Revision: https://reviews.llvm.org/D83915
135 files changed:
clang/lib/Basic/Targets/PPC.cpp
clang/lib/Basic/Targets/PPC.h
clang/lib/Driver/ToolChains/Arch/PPC.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/clang-translation.c
clang/test/Driver/ppc-abi.c
clang/test/Misc/target-invalid-cpu-note.c
clang/test/Preprocessor/init-ppc64.c
llvm/docs/LangRef.rst
llvm/include/llvm/ADT/Triple.h
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Support/Triple.cpp
llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
llvm/lib/Target/PowerPC/CMakeLists.txt
llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPC.td
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/lib/Target/PowerPC/PPCCallingConv.td
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/PowerPC/PPCInstrFormats.td
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.h
llvm/lib/Target/PowerPC/PPCInstrInfo.td
llvm/lib/Target/PowerPC/PPCInstrQPX.td [deleted file]
llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp [deleted file]
llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
llvm/lib/Target/PowerPC/PPCRegisterInfo.h
llvm/lib/Target/PowerPC/PPCRegisterInfo.td
llvm/lib/Target/PowerPC/PPCScheduleP9.td
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/lib/Target/PowerPC/PPCSubtarget.h
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/test/Analysis/BasicAA/phi-spec-order.ll
llvm/test/Analysis/CostModel/PowerPC/unal-vec-ldst.ll
llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
llvm/test/CodeGen/PowerPC/DisableHoistingDueToBlockHotnessProfileData.mir
llvm/test/CodeGen/PowerPC/NoCRFieldRedefWhenSpillingCRBIT.mir
llvm/test/CodeGen/PowerPC/a2q-stackalign.ll [deleted file]
llvm/test/CodeGen/PowerPC/a2q.ll [deleted file]
llvm/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
llvm/test/CodeGen/PowerPC/asm-Zy.ll
llvm/test/CodeGen/PowerPC/asm-constraints.ll
llvm/test/CodeGen/PowerPC/convert-rr-to-ri-instrs-R0-special-handling.mir
llvm/test/CodeGen/PowerPC/convert-rr-to-ri-instrs-out-of-range.mir
llvm/test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
llvm/test/CodeGen/PowerPC/ctr-minmaxnum.ll
llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
llvm/test/CodeGen/PowerPC/ec-input.ll
llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll
llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll
llvm/test/CodeGen/PowerPC/fma-mutate-duplicate-vreg.ll
llvm/test/CodeGen/PowerPC/fp2int2fp-ppcfp128.ll
llvm/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
llvm/test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll
llvm/test/CodeGen/PowerPC/inlineasm-i64-reg.ll
llvm/test/CodeGen/PowerPC/load-two-flts.ll
llvm/test/CodeGen/PowerPC/loop-data-prefetch-inner.ll
llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll
llvm/test/CodeGen/PowerPC/loop-prep-all.ll
llvm/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll
llvm/test/CodeGen/PowerPC/machine-combiner.ll
llvm/test/CodeGen/PowerPC/mc-instrlat.ll
llvm/test/CodeGen/PowerPC/mcount-insertion.ll
llvm/test/CodeGen/PowerPC/memcpy-vec.ll
llvm/test/CodeGen/PowerPC/memset-nc.ll [deleted file]
llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll
llvm/test/CodeGen/PowerPC/misched.ll
llvm/test/CodeGen/PowerPC/optnone-crbits-i1-ret.ll
llvm/test/CodeGen/PowerPC/pcrel-local-caller-toc.ll
llvm/test/CodeGen/PowerPC/popcnt.ll
llvm/test/CodeGen/PowerPC/ppc-passname.ll
llvm/test/CodeGen/PowerPC/ppc64-sibcall.ll
llvm/test/CodeGen/PowerPC/pr24546.ll
llvm/test/CodeGen/PowerPC/pr27350.ll
llvm/test/CodeGen/PowerPC/pr28130.ll
llvm/test/CodeGen/PowerPC/preinc-ld-sel-crash.ll
llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-bv.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-load-splat.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-load.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-recipest.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-rounding-ops.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-s-load.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-s-sel.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-s-store.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-sel.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-split-vsetcc.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-store.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-unal-cons-lds.ll [deleted file]
llvm/test/CodeGen/PowerPC/qpx-unalperm.ll [deleted file]
llvm/test/CodeGen/PowerPC/rlwimi-and.ll
llvm/test/CodeGen/PowerPC/rlwinm_rldicl_to_andi.mir
llvm/test/CodeGen/PowerPC/s000-alias-misched.ll
llvm/test/CodeGen/PowerPC/select-i1-vs-i1.ll
llvm/test/CodeGen/PowerPC/selectiondag-extload-computeknownbits.ll
llvm/test/CodeGen/PowerPC/setcr_bc.mir
llvm/test/CodeGen/PowerPC/setcr_bc2.mir
llvm/test/CodeGen/PowerPC/stwu-sched.ll
llvm/test/CodeGen/PowerPC/unal-vec-ldst.ll
llvm/test/CodeGen/PowerPC/uwtables.ll
llvm/test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64.ll
llvm/test/MC/Disassembler/PowerPC/qpx.txt [deleted file]
llvm/test/MC/PowerPC/qpx.s [deleted file]
llvm/test/Transforms/Attributor/IPConstantProp/fp-bc-icmp-const-fold.ll
llvm/test/Transforms/DeadStoreElimination/MSSA/combined-partial-overwrites.ll
llvm/test/Transforms/DeadStoreElimination/combined-partial-overwrites.ll
llvm/test/Transforms/EntryExitInstrumenter/mcount.ll
llvm/test/Transforms/InstCombine/PowerPC/aligned-qpx.ll [deleted file]
llvm/test/Transforms/LoopDataPrefetch/PowerPC/basic.ll
llvm/test/Transforms/LoopSimplify/dup-preds.ll
llvm/test/Transforms/LoopUnroll/pr14167.ll
llvm/test/Transforms/LoopVectorize/PowerPC/agg-interleave-a2.ll [deleted file]
llvm/test/Transforms/LoopVectorize/PowerPC/vectorize-only-for-real.ll
llvm/test/Transforms/NewGVN/pr31483.ll
llvm/test/Transforms/SCCP/fp-bc-icmp-const-fold.ll
llvm/unittests/ADT/TripleTest.cpp
llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/kmp_lock.h
openmp/runtime/src/kmp_os.h
openmp/runtime/src/kmp_platform.h
openmp/runtime/src/z_Linux_asm.S
openmp/runtime/src/z_Linux_util.cpp
polly/lib/External/isl/config.sub
polly/lib/External/ppcg/config.sub