[all-commits] [llvm/llvm-project] 8cead8: [X86] convertIntLogicToFPLogic - avoid duplicate S...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Oct 6 08:30:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cead83c399f4d74949b53633f8026cb7effc54f
      https://github.com/llvm/llvm-project/commit/8cead83c399f4d74949b53633f8026cb7effc54f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-10-06 (Sun, 06 Oct 2024)

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

  Log Message:
  -----------
  [X86] convertIntLogicToFPLogic - avoid duplicate SDLoc/operands code. NFC.

Reuse values from the callers directly.


  Commit: 8326fb2626836ca4d95f30a67f7836dd2b4c1031
      https://github.com/llvm/llvm-project/commit/8326fb2626836ca4d95f30a67f7836dd2b4c1031
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-10-06 (Sun, 06 Oct 2024)

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

  Log Message:
  -----------
  [X86] combineOrXorWithSETCC - avoid duplicate SDLoc/operands code. NFC.

Reuse values from the callers directly.


Compare: https://github.com/llvm/llvm-project/compare/2cc97951400c...8326fb262683

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list