This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 542c6ea9a58 [X86][AVX512] Don't custom lower v16i8 rotations. new 55b9f76408b [RISCV] Properly evaluate fixup_riscv_pcrel_lo12 new 0d758b2e709 [SelectionDAGBuilder] Enable funnel shift building to custo [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 39 + lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 7 +- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 82 + lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 10 + test/CodeGen/X86/funnel-shift-rot.ll | 105 +- test/CodeGen/X86/vector-fshl-rot-128.ll | 1450 +++++++----------- test/CodeGen/X86/vector-fshl-rot-256.ll | 1295 +++++++--------- test/CodeGen/X86/vector-fshl-rot-512.ll | 38 +- test/CodeGen/X86/vector-fshr-rot-128.ll | 1653 +++++++++------------ test/CodeGen/X86/vector-fshr-rot-256.ll | 1404 ++++++++--------- test/CodeGen/X86/vector-fshr-rot-512.ll | 46 +- test/MC/RISCV/fixups.s | 15 +- test/MC/RISCV/pcrel-lo12-invalid.s | 5 + test/MC/RISCV/relocations.s | 27 +- 15 files changed, 2574 insertions(+), 3608 deletions(-) create mode 100644 test/MC/RISCV/pcrel-lo12-invalid.s