[all-commits] [llvm/llvm-project] 2bd97b: [X86] LowerGlobalOrExternal - cleanup SDLoc. NFC.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 13 08:01:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bd97ba390f9137f26eaf770a90c5f1cb72acbdb
      https://github.com/llvm/llvm-project/commit/2bd97ba390f9137f26eaf770a90c5f1cb72acbdb
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [X86] LowerGlobalOrExternal - cleanup SDLoc. NFC.

Don't create a new local SDLoc and then take a reference to it, just create the SDLoc directly.


  Commit: b4393c7d7ea538e92428c7769de590615509f8b4
      https://github.com/llvm/llvm-project/commit/b4393c7d7ea538e92428c7769de590615509f8b4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [X86] FP_TO_INTHelper - remove duplicate SDLoc. NFC.


  Commit: b5da0cd68287fa613052a3d3164f2e9de35bedd3
      https://github.com/llvm/llvm-project/commit/b5da0cd68287fa613052a3d3164f2e9de35bedd3
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [X86] LowerTruncateVecI1 - reuse existing SDLoc. NFC.


  Commit: 0cc60235d178ebe18db14b9731aa01c24abd1c66
      https://github.com/llvm/llvm-project/commit/0cc60235d178ebe18db14b9731aa01c24abd1c66
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [X86] LowerFP_TO_INT - remove duplicate SDLoc. NFC.


  Commit: b7e4a8a08ecf73d2b34dca1b71d08d622da58bdc
      https://github.com/llvm/llvm-project/commit/b7e4a8a08ecf73d2b34dca1b71d08d622da58bdc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [X86] LowerIntVSETCC_AVX512 - reuse existing SDLoc. NFC.


Compare: https://github.com/llvm/llvm-project/compare/67c18721eb21...b7e4a8a08ecf

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