This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 102b6b2 Fixed typos in comments. NFCI. new 11f7fe9 [mips] Revert fixes for PR32020. new 29ec93c [X86][SSE] Speed up constant pool shuffle mask decoding with [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/Mips/CMakeLists.txt | 1 - lib/Target/Mips/Mips.h | 1 - lib/Target/Mips/Mips64InstrInfo.td | 3 - lib/Target/Mips/MipsExpandPseudo.cpp | 341 ------------------------ lib/Target/Mips/MipsISelLowering.cpp | 191 ++++++++++--- lib/Target/Mips/MipsInstrInfo.td | 20 +- lib/Target/Mips/MipsTargetMachine.cpp | 5 - lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 34 ++- test/CodeGen/Mips/atomicCmpSwapPW.ll | 14 +- test/CodeGen/Mips/no-store-in-atomic-rmw.ll | 156 ----------- 10 files changed, 192 insertions(+), 574 deletions(-) delete mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp delete mode 100644 test/CodeGen/Mips/no-store-in-atomic-rmw.ll