This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b032bb140c [LoopPredication] Support guards expressed as branches by w [...] new cba5eef126f [RISCV] Quick fix for PR40333 new 49551c19d2d [X86][SSE] Add selective commutation support for insertps ( [...]
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/RISCV/RISCVISelLowering.cpp | 6 +++++- lib/Target/X86/X86InstrAVX512.td | 1 + lib/Target/X86/X86InstrInfo.cpp | 22 ++++++++++++++++++++++ lib/Target/X86/X86InstrSSE.td | 1 + test/CodeGen/RISCV/pr40333.ll | 27 +++++++++++++++++++++++++++ test/CodeGen/X86/insertps-combine.ll | 7 ++----- 6 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/RISCV/pr40333.ll