[all-commits] [llvm/llvm-project] e37857: [X86] Use is128BitLaneRepeatedShuffleMask wrapper....

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Apr 27 13:16:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3785775248bd7156047171e98ed17a4afba66b7
      https://github.com/llvm/llvm-project/commit/e3785775248bd7156047171e98ed17a4afba66b7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

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

  Log Message:
  -----------
  [X86] Use is128BitLaneRepeatedShuffleMask wrapper. NFC.

We don't need to know the actual repeated mask.


  Commit: 81b38668ff20e65b54fe02ee40cf6f2f82a842ea
      https://github.com/llvm/llvm-project/commit/81b38668ff20e65b54fe02ee40cf6f2f82a842ea
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/setcc.ll

  Log Message:
  -----------
  [X86] Add test case for Issue #55138


  Commit: edc80e7d43ca6e92072a7c6c5307f6e8c90a649b
      https://github.com/llvm/llvm-project/commit/edc80e7d43ca6e92072a7c6c5307f6e8c90a649b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/setcc.ll

  Log Message:
  -----------
  [X86] setcc.ll - remove unnecessary cpu attributes


  Commit: 8032c5f68cf122a14da0df5b14e01a84d698b06d
      https://github.com/llvm/llvm-project/commit/8032c5f68cf122a14da0df5b14e01a84d698b06d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/setcc.ll

  Log Message:
  -----------
  [X86] setcc.ll - add bmi2 + tbm test coverage

As discussed on Issue #55138 - BMI2 (fast shrx) shouldn't always fold to BT


Compare: https://github.com/llvm/llvm-project/compare/5e096ce6c84f...8032c5f68cf1


More information about the All-commits mailing list