[all-commits] [llvm/llvm-project] e640b2: [X86][SSE] LowerScalarImmediateShift - use APInt::...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Feb 1 10:19:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e640b209b24a9bf66f5998b5fafa76f0dbb388ab
      https://github.com/llvm/llvm-project/commit/e640b209b24a9bf66f5998b5fafa76f0dbb388ab
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

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

  Log Message:
  -----------
  [X86][SSE] LowerScalarImmediateShift - use APInt::getLowBitsSet for vXi8 ISD::SRL mask generation. NFCI.

Match what we do for ISD::SHL


  Commit: e9514429a02b1e4f8b9d54b28a934bfa9bd246ec
      https://github.com/llvm/llvm-project/commit/e9514429a02b1e4f8b9d54b28a934bfa9bd246ec
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    A llvm/test/MC/Disassembler/X86/x86-64-avx.txt
    A llvm/test/MC/Disassembler/X86/x86-64-avx2.txt

  Log Message:
  -----------
  [X86][AVX] Add 'OK' tests cases for PR48877


Compare: https://github.com/llvm/llvm-project/compare/f0129cc35ebd...e9514429a02b


More information about the All-commits mailing list