[all-commits] [llvm/llvm-project] 941972: [CostModel][X86] Add VPOPCNTDQ/BITALG ctpop costs

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Aug 19 07:44:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9419729b6a3f6a60c8ebd595929381ce71b22c35
      https://github.com/llvm/llvm-project/commit/9419729b6a3f6a60c8ebd595929381ce71b22c35
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/X86/ctpop.ll

  Log Message:
  -----------
  [CostModel][X86] Add VPOPCNTDQ/BITALG ctpop costs

VPOPCNTDQ + BITALG add ctpop instructions for vXi64/vXi32 + vXi16/vXi8 vector types respectively


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

  Changed paths:
    M clang/lib/Sema/SemaStmt.cpp

  Log Message:
  -----------
  Fix unknown parameter Wdocumentation warning. NFC.


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

  Changed paths:
    M clang/lib/Frontend/PrintPreprocessedOutput.cpp

  Log Message:
  -----------
  Fix unknown parameter Wdocumentation warning. NFC.


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

  Changed paths:
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

  Log Message:
  -----------
  Fix unknown parameter Wdocumentation warning. NFC.


  Commit: 87c8c8ae97993c7c8654f3e3ffc8bd61e36b5638
      https://github.com/llvm/llvm-project/commit/87c8c8ae97993c7c8654f3e3ffc8bd61e36b5638
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h

  Log Message:
  -----------
  Fix unknown parameter Wdocumentation warnings. NFC.


Compare: https://github.com/llvm/llvm-project/compare/add08c874147...87c8c8ae9799


More information about the All-commits mailing list