[all-commits] [llvm/llvm-project] 73b833: [MLInlineAdvisor] Changing creation of TensorSpec ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu May 22 22:57:45 PDT 2025


  Branch: refs/heads/users/MaskRay/spr/riscv-remove-unneeded-relocations-when-mixing-relaxnorelax-code
  Home:   https://github.com/llvm/llvm-project
  Commit: 73b833005445b21886557aac3382d7fb429f8fdb
      https://github.com/llvm/llvm-project/commit/73b833005445b21886557aac3382d7fb429f8fdb
  Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp

  Log Message:
  -----------
  [MLInlineAdvisor] Changing creation of TensorSpec in a type agnostic manner. (#141161)

This change would enable using `ir2vec::Embedding` which are float
vectors in ML Inliner.

Co-authored-by: svkeerthy <venkatakeerthy at google.com>


  Commit: 689342de25e65597583805eecd367c4982fd53b8
      https://github.com/llvm/llvm-project/commit/689342de25e65597583805eecd367c4982fd53b8
  Author: hev <wangrui at loongson.cn>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M clang/lib/Basic/Targets/LoongArch.cpp
    M clang/test/CodeGen/LoongArch/inline-asm-constraints.c
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
    A llvm/test/CodeGen/LoongArch/inline-asm-constraint-q.ll

  Log Message:
  -----------
  [Clang][LoongArch] Add inline asm support for the `q` constraint (#141037)

This patch adds support for the `q` constraint:
a general-purpose register except for $r0 and $r1 (for the csrxchg
instruction)

Link: https://gcc.gnu.org/pipermail/gcc-patches/2025-May/684339.html


  Commit: 40b1cbd72a7fcaaad1ebbce94ecbfaa16886c1ae
      https://github.com/llvm/llvm-project/commit/40b1cbd72a7fcaaad1ebbce94ecbfaa16886c1ae
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M clang/lib/Basic/Targets/LoongArch.cpp
    M clang/test/CodeGen/LoongArch/inline-asm-constraints.c
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
    A llvm/test/CodeGen/LoongArch/inline-asm-constraint-q.ll
    M llvm/test/tools/llvm-objdump/ELF/RISCV/branches.s

  Log Message:
  -----------
  update objdump test

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/35a28f4f8d5f...40b1cbd72a7f

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