[all-commits] [llvm/llvm-project] f78b9a: [Hexagon] Add fshl/fshr -> combine() tests identif...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Mar 6 09:26:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f78b9a33985c9173fc7d14166a6500248b743c2c
      https://github.com/llvm/llvm-project/commit/f78b9a33985c9173fc7d14166a6500248b743c2c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/Hexagon/funnel-shift.ll

  Log Message:
  -----------
  [Hexagon] Add fshl/fshr -> combine() tests identified in D75114

Added tests showing that the fshl/fshr -> combine() is working the wrong way around


  Commit: 7a2ab876fd64a1dd9c9c99af956154eaeb727dc5
      https://github.com/llvm/llvm-project/commit/7a2ab876fd64a1dd9c9c99af956154eaeb727dc5
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/test/CodeGen/Hexagon/funnel-shift.ll

  Log Message:
  -----------
  [Hexagon] Fix fshl/fshr -> combine() bug identified in D75114


  Commit: fb8149cac8b0c3a280622ce92d1f309003e192d5
      https://github.com/llvm/llvm-project/commit/fb8149cac8b0c3a280622ce92d1f309003e192d5
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/clear-highbits.ll

  Log Message:
  -----------
  [X86] Add CMOV to i686 BMI/TBM tests

As mentioned on D75748, there is no such target that has BMI/TBM support but not the much older CMOV.


Compare: https://github.com/llvm/llvm-project/compare/1c82dd39f977...fb8149cac8b0


More information about the All-commits mailing list