[all-commits] [llvm/llvm-project] 74ba4b: [x86] move combiner state check into convertIntLog...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Sep 23 11:28:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74ba4b769ad9a5d7ba381ebc80fa8ced7d658451
      https://github.com/llvm/llvm-project/commit/74ba4b769ad9a5d7ba381ebc80fa8ced7d658451
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

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

  Log Message:
  -----------
  [x86] move combiner state check into convertIntLogicToFPLogic(); NFC

This function can be adapted to solve bugs like PR51245,
but it could require differentiating the combiner timing
between the existing and new transforms.


  Commit: 5188e2c9ce1fb33600270243bbc32b4b108f1019
      https://github.com/llvm/llvm-project/commit/5188e2c9ce1fb33600270243bbc32b4b108f1019
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/fcmp-logic.ll

  Log Message:
  -----------
  [x86] add AVX512 run for fcmp+logic ops; NFC

Suggested in D110342


Compare: https://github.com/llvm/llvm-project/compare/59337263ab45...5188e2c9ce1f


More information about the All-commits mailing list