[all-commits] [llvm/llvm-project] 1014a9: Fix unused variable warnings. NFCI.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Aug 19 06:39:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1014a93a4e0203eccc20190c31169b26ec4b9058
      https://github.com/llvm/llvm-project/commit/1014a93a4e0203eccc20190c31169b26ec4b9058
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp

  Log Message:
  -----------
  Fix unused variable warnings. NFCI.


  Commit: 057bdd63a49a37924d1c88473d6c298caf2bcbec
      https://github.com/llvm/llvm-project/commit/057bdd63a49a37924d1c88473d6c298caf2bcbec
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

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

  Log Message:
  -----------
  [X86][AVX] lowerShuffleWithVPMOV - minor refactor to more closely match lowerShuffleAsVTRUNC

Replace isBuildVectorAllZeros check by using the Zeroable bitmask instead.


Compare: https://github.com/llvm/llvm-project/compare/916b750a8d1a...057bdd63a49a


More information about the All-commits mailing list