Jinsong Ji
d28f86723f
Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
...
This reverts commit bf544fa1c3
.
Fixed the typo in PPCInstrInfo.cpp.
2020-07-28 14:00:11 +00:00
Jinsong Ji
bf544fa1c3
Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
...
This reverts commit adffce7153
.
This is breaking test-suite, revert while investigation.
2020-07-27 21:07:00 +00:00
Jinsong Ji
adffce7153
[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
2020-07-27 19:24:39 +00:00
Florian Hahn
9477d39e61
[SCCP] Move tests using only ipsccp from IPConstantProp to SCCP (NFC).
...
Some of the tests in the llvm/test/Transforms/IPConstantProp directory
actually only use -ipsccp. Those tests belong to the other (IP)SCCP
tests in llvm/test/Transforms/SCCP/ and this commits moves them there to
avoid confusion with IPConstantProp.
2020-07-09 17:16:15 +01:00