[all-commits] [llvm/llvm-project] 431975: [X86] LowerShift - directly initialize SmallVector...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Dec 19 01:41:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 431975b630d475920dfba4f38ac501d521427b34
      https://github.com/llvm/llvm-project/commit/431975b630d475920dfba4f38ac501d521427b34
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

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

  Log Message:
  -----------
  [X86] LowerShift - directly initialize SmallVector with build vector operands. NFC.

Don't push_back the operands separately.


  Commit: 976f877388cec5c8976ebe404e6ee68ff7bd5906
      https://github.com/llvm/llvm-project/commit/976f877388cec5c8976ebe404e6ee68ff7bd5906
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

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

  Log Message:
  -----------
  [X86] ExtendToType - directly initialize SmallVector with build vector operands. NFC.

Don't push_back the operands separately.


Compare: https://github.com/llvm/llvm-project/compare/3c661cf03a2b...976f877388ce

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