[all-commits] [llvm/llvm-project] 8b4639: [X86][AVX] Add some initial movmsk combine tests

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue May 26 02:56:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b4639d0a0e0e65f23e0315f7ade83b9126472af
      https://github.com/llvm/llvm-project/commit/8b4639d0a0e0e65f23e0315f7ade83b9126472af
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    A llvm/test/CodeGen/X86/combine-movmsk-avx.ll

  Log Message:
  -----------
  [X86][AVX] Add some initial movmsk combine tests

Show failure to reduce the signbit extraction for 256-bit integer vectors on AVX1 targets where the pcmpgt/ashr has to be done with split 128-bit vectors.


  Commit: 6f802ec4333cc1227bb37e258a81e9a588f964dc
      https://github.com/llvm/llvm-project/commit/6f802ec4333cc1227bb37e258a81e9a588f964dc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Fix fshr comment copy+paste typo. NFC.

Noticed by @foad on D80466.


Compare: https://github.com/llvm/llvm-project/compare/2e365ca2f7ce...6f802ec4333c


More information about the All-commits mailing list