[all-commits] [llvm/llvm-project] f53c2f: [X86] combineSetCC - use getZExtOrTrunc() to perfo...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Mar 6 07:47:51 PST 2024


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

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

  Log Message:
  -----------
  [X86] combineSetCC - use getZExtOrTrunc() to perform the constant folding. NFCI


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

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

  Log Message:
  -----------
  [X86] Merge repeated getTargetLoweringInfo() calls. NFC.


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

  Changed paths:
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h

  Log Message:
  -----------
  [TTI] getInstructionCost - pull out repeated getShuffleMask() calls. NFC.

Pulled out of #84156


Compare: https://github.com/llvm/llvm-project/compare/ad1b2a812973...371132962b35

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