[all-commits] [llvm/llvm-project] 786537: [X86] Use explicit const SDValue& to avoid implici...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Feb 14 02:54:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 786537e66e295002d15a8c3d48b8a463de5adbf4
      https://github.com/llvm/llvm-project/commit/786537e66e295002d15a8c3d48b8a463de5adbf4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

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

  Log Message:
  -----------
  [X86] Use explicit const SDValue& to avoid implicit copy in for-range across op_values(). NFC.

Fixes static analysis warning.


  Commit: f82e0809ba12170e2f648f8a1ac01e78ef06c958
      https://github.com/llvm/llvm-project/commit/f82e0809ba12170e2f648f8a1ac01e78ef06c958
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-reduce-ctpop.ll

  Log Message:
  -----------
  [X86] Add v8i64/v16i32/v16i64 ctpop reduction test coverage

Add test coverage for types wider than legal


Compare: https://github.com/llvm/llvm-project/compare/124cd11d7f9d...f82e0809ba12


More information about the All-commits mailing list