[all-commits] [llvm/llvm-project] 6b2927: [X86] X86ISelLowering.cpp - use StringRef::starts_...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Nov 3 10:27:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b29279a49ceb2d256da8f57480f48ebc4e8cee1
      https://github.com/llvm/llvm-project/commit/6b29279a49ceb2d256da8f57480f48ebc4e8cee1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

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

  Log Message:
  -----------
  [X86] X86ISelLowering.cpp - use StringRef::starts_with/ends_with instead of startswith/endswith. NFC.

startswith/endswith wrap starts_with/ends_with and will eventually go away (to more closely match string_view)




More information about the All-commits mailing list