[all-commits] [llvm/llvm-project] 4889ad: [X86] Replace (void) with [[maybe_unused]] for som...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jun 19 01:52:27 PDT 2024


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

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

  Log Message:
  -----------
  [X86] Replace (void) with [[maybe_unused]] for some variables unused (or only used in asserts). NFC.


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

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

  Log Message:
  -----------
  [X86] combineConstantPoolLoads - early-out if the load is not from a constant pool. NFC.

Don't embed inside the for-loop later on


Compare: https://github.com/llvm/llvm-project/compare/f7336b990cca...cfb4dce90ce6

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